ysh 3 anni fa
parent
commit
9166cba645

+ 1 - 1
jeecg-boot-module-system/src/main/java/org/jeecg/modules/openApi/service/impl/SubcontractingOrderImpl.java

@@ -53,7 +53,7 @@ public class SubcontractingOrderImpl extends ServiceImpl<SubcontractingOrderMapp
     @Transactional(propagation = Propagation.REQUIRES_NEW)
     @DS("multi-three")
     public Map<String,Integer> callGetUAMaxPK(String StuNo) {
-        Map<String,Integer> map = subcontractingOrderMapper.callGetUAMaxPK(StuNo,"103");//账套参数暂时无效,在数据库中已固定账套号
+        Map<String,Integer> map = subcontractingOrderMapper.callGetUAMaxPK(StuNo,"903");//账套参数暂时无效,在数据库中已固定账套号
         Map<String,Integer> map1 = new HashMap<>();
 
         if(map.get("iFatherId") != null){//主表主键