Commit 4a46116f by 唐功亮

【修改】 参数名称

parent f3c40ae9
......@@ -153,7 +153,7 @@ public class TycpdmFirmController extends AbstractController {
TycpdmFirmEntity tycpdmFirm = new TycpdmFirmEntity();
try {
BeanUtils.populate(tycpdmFirm, body);
Integer fId = Integer.valueOf(String.valueOf(body.get("fId")));
Integer fId = Integer.valueOf(String.valueOf(body.get("fid")));
tycpdmFirm.setFId(fId);
tycpdmFirmService.updateById(tycpdmFirm);
return R.ok();
......
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