代码层级调整

This commit is contained in:
Wang.Huan
2025-03-10 15:22:12 +08:00
parent eb966de4a5
commit 7ca339e3c7
14 changed files with 458 additions and 316 deletions

View File

@@ -120,7 +120,7 @@ public class PractitionerRoleController {
// 编辑practitionerRole信息
PractitionerRole practitionerRole = new PractitionerRole();
BeanUtils.copyProperties(practitionerRoleDto, practitionerRole);
if (practitionerRole.getRole_code() == null) {
if (practitionerRole.getRoleCode() == null) {
return R.fail(PromptMsgConstant.Common.M00007, "角色编码不能为空");
}
if (practitionerRole.getOrgId() == null) {