|
|
@@ -105,9 +105,9 @@ public class BusinessRpBiweeklyReportController {
|
|
105
|
105
|
*/
|
|
106
|
106
|
@RequestMapping(value="/add",produces = MediaType.APPLICATION_JSON_VALUE, method=RequestMethod.POST)
|
|
107
|
107
|
@ApiOperation(value="保存或修改轮换半月报数据", notes = "保存")
|
|
108
|
|
- @ApiImplicitParams({
|
|
109
|
|
- @ApiImplicitParam(name = "businessRpBiweeklyReport", value = "主表数据", paramType = "query")
|
|
110
|
|
- })
|
|
|
108
|
+// @ApiImplicitParams({
|
|
|
109
|
+// @ApiImplicitParam(name = "businessRpBiweeklyReport", value = "主表数据", paramType = "query")
|
|
|
110
|
+// })
|
|
111
|
111
|
public Map<String, Object> add(BusinessRpBiweeklyReport businessRpBiweeklyReport)
|
|
112
|
112
|
throws Exception {
|
|
113
|
113
|
Map<String, Object> modelMap = new HashMap<String, Object>();
|