mirror of
https://gitee.com/elegant_wings/dbd-meeting.git
synced 2025-06-21 17:09:36 +08:00
修改了用户类型
This commit is contained in:
parent
3efd98634c
commit
f726f139cc
@ -162,7 +162,6 @@ public class CustomerStaffController extends BaseController {
|
|||||||
@PostMapping("update")
|
@PostMapping("update")
|
||||||
public R editSave(@RequestBody IcsCustomerStaff icsCustomerStaff) {
|
public R editSave(@RequestBody IcsCustomerStaff icsCustomerStaff) {
|
||||||
|
|
||||||
icsCustomerStaff.setDataType(Constants.CUSTOMER_STAFF);
|
|
||||||
icsCustomerStaff.setUpdateTime(new Date());
|
icsCustomerStaff.setUpdateTime(new Date());
|
||||||
return toAjax(icsCustomerStaffService.updateIcsCustomerStaff(icsCustomerStaff));
|
return toAjax(icsCustomerStaffService.updateIcsCustomerStaff(icsCustomerStaff));
|
||||||
}
|
}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user