|
|
@ -131,6 +131,10 @@ public class BsSgcSzAqjdxxController extends BaseController |
|
|
|
@PutMapping |
|
|
|
public AjaxResult edit(@RequestBody BsSgcSzAqjdxx bsSgcSzAqjdxx) |
|
|
|
{ |
|
|
|
String szrwId = bsSgcSzAqjdxx.getSzrwId(); |
|
|
|
BsSgcSzSzrw byId = bsSgcSzSzrwService.getById(szrwId); |
|
|
|
byId.setStatus("1"); |
|
|
|
bsSgcSzSzrwService.updateById(byId); |
|
|
|
return toAjax(bsSgcSzAqjdxxService.updateById(bsSgcSzAqjdxx)); |
|
|
|
} |
|
|
|
|
|
|
|