Commit 71491bdf authored by lvzhuangzhuang's avatar lvzhuangzhuang

1

parent c5e66823
......@@ -65,11 +65,8 @@ public class ActSuppliesCleaningRuleController extends BaseController
@PostMapping("/addActSuppliesImportTable")
public AjaxResult addActSuppliesImportTable(@RequestBody ActSuppliesImportTable actSuppliesImportTable)
{
/*@RequestBody ActSuppliesImportTable actSuppliesImportTable*/
int i = actSuppliesCleaningRuleService.addActSuppliesImportTable(actSuppliesImportTable);
int j = actSuppliesHistorydataService.updateActSuppliesHistorydataStatusById(actSuppliesImportTable.gethId());
return toAjax(i);
}
}
......
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