修改了用户类型

This commit is contained in:
chenze 2024-10-08 16:50:26 +08:00
parent 3efd98634c
commit f726f139cc

View File

@ -162,7 +162,6 @@ public class CustomerStaffController extends BaseController {
@PostMapping("update")
public R editSave(@RequestBody IcsCustomerStaff icsCustomerStaff) {
icsCustomerStaff.setDataType(Constants.CUSTOMER_STAFF);
icsCustomerStaff.setUpdateTime(new Date());
return toAjax(icsCustomerStaffService.updateIcsCustomerStaff(icsCustomerStaff));
}