|
@@ -127,7 +127,7 @@ public class SetlListUpldService {
|
|
|
if (StringUtil.isBlank(item.getOperDrCode())) {
|
|
|
errorMessage.append(String.format("医生:【%s】,没有医保编码请去职工字典数据维护中添加", null == item.getOperDrName() ? "没有填写医生" : item.getOperDrName()));
|
|
|
}
|
|
|
- if (StringUtil.isBlank(item.getAnstDrName()) && StringUtil.isBlank(item.getAnstDrCode())) {
|
|
|
+ if (StringUtil.notBlank(item.getAnstDrName()) && StringUtil.isBlank(item.getAnstDrCode())) {
|
|
|
errorMessage.append(String.format("医生:【%s】,没有医保编码请去职工字典数据维护中添加", null == item.getAnstDrName() ? "没有填写医生" : item.getAnstDrName()));
|
|
|
}
|
|
|
if (StringUtil.notBlank(item.getAnstDrName()) && (StringUtil.isBlank(item.getAnstBegntime()) || StringUtil.isBlank(item.getAnstEndtime()))) {
|
|
@@ -386,7 +386,7 @@ public class SetlListUpldService {
|
|
|
if ("0/0/0".equals(setlinfoUpld.getPwcryBfadmComaDura())) {
|
|
|
setlinfoUpld.setPwcryBfadmComaDura(null);
|
|
|
}
|
|
|
-
|
|
|
+ setlinfoUpld.setSpPsnType(null);
|
|
|
return ResultVoUtil.success(upldCollection);
|
|
|
}
|
|
|
|