|
@@ -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);
|
|
|
+ Map<String,Integer> map = subcontractingOrderMapper.callGetUAMaxPK(StuNo,"103");
|
|
|
Map<String,Integer> map1 = new HashMap<>();
|
|
|
|
|
|
if(map.get("iFatherId") != null){//主表主键
|