xy před 1 týdnem
rodič
revize
1979845799

+ 2 - 2
tz-module-pressure2/tz-module-pressure2-biz/src/main/java/cn/start/tz/module/pressure2/service/thirdparty/financialsystem/FinancialSystemServiceImpl.java

@@ -593,8 +593,8 @@ public class FinancialSystemServiceImpl implements FinancialSystemService {
             String year = fullYear.substring(2, 4);
             String seriNumber = redisService.generateSerialNum("FINANCIAL_NOTICE_NO", 7);
             // 6+2+3+8
-            // 机电0+7自增; 容器1+7位自增
-            noticeNo = districtNO + year + unitNumber + "1" + seriNumber;
+            // 机电0+7自增; 容器1+7位自增;锅炉管道暂定2+7位自增,待确认
+            noticeNo = districtNO + year + unitNumber + "2" + seriNumber;
             String jym = getBillNumVerifyCode(noticeNo);//校验码
             noticeNo = noticeNo + jym;
             if (noticeNo.length() > 20) {