|
@@ -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, "手术日期不能为空。");
|