|
|
@ -324,6 +324,7 @@ public class CustomerStaffServiceImpl extends BaseServiceImpl<CustomerStaffDao, |
|
|
|
staffEntity.setGender(fromDTO.getGender()); |
|
|
|
staffEntity.setWorkType(fromDTO.getWorkType()); |
|
|
|
staffEntity.setEnableFlag(CustomerStaffConstant.ENABLE); |
|
|
|
staffEntity.setPassword(PasswordUtils.encode("12345678")); |
|
|
|
baseDao.insert(staffEntity); |
|
|
|
|
|
|
|
//工作人员角色关联表
|
|
|
|