Browse Source

手术计数 要自增

xiaochan 3 years ago
parent
commit
83eda774c2

+ 1 - 1
src/main/java/thyyxxk/webserver/service/medicalinsurance/SetlListUpldService.java

@@ -740,7 +740,7 @@ public class SetlListUpldService {
             shouShuBianMa.add(item.getSsbm());
             item.setZyh(param.getInpatientNo());
             item.setZycs(param.getAdmissTimes());
-            item.setSsxh(ssxh + 1);
+            item.setSsxh(ssxh += 1);
             if (!item.getNewData()) {
                 if (item.getSsrq() == null) {
                     return ResultVoUtil.fail(ExceptionEnum.LOGICAL_ERROR, "手术日期不能为空。");