Commit ae72a6c7 authored by litengwei's avatar litengwei

任务 8752 任务 8751

parent 08829f74
......@@ -3055,6 +3055,10 @@ public class OrgUsrServiceImpl extends BaseService<OrgUsrDto, OrgUsr, OrgUsrMapp
} else {
if(flag) {
dynamicFormInstanceDto.setFieldValue(value.toString());
} else {
if(!ValidationUtil.isEmpty(value)) {
dynamicFormInstanceDto.setFieldValue(value.toString());
}
}
}
if ("birthdayTime".equals(key)) {
......
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