记得上下班打卡 | git大法好,push需谨慎

Commit 8a11c38f authored by Administrator's avatar Administrator 🎨

Merge branch 'pre' into 'master'

defaultValue

See merge request !80
parents 8850da62 d351ba3d
......@@ -84,7 +84,7 @@ public class KylinPerformancesController {
@ApiImplicitParams({
@ApiImplicitParam(type = "query", dataType = "Integer", name = "type", value = "type为1的时候合并巡演")
})
public ResponseDto<HashMap<String, Object>> noticeList(@RequestParam Integer type) {
public ResponseDto<HashMap<String, Object>> noticeList(@RequestParam(defaultValue = "") Integer type) {
HashMap<String, Object> result = kylinPerformancesService.noticeList(type);
return ResponseDto.success(result);
}
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment