rev:任务与单据:下发任务更新单据与acs反馈任务更新单据 互斥导致超时 拼盘
This commit is contained in:
@@ -1016,7 +1016,6 @@ public class ShutFrameServiceImpl implements ShutFrameService {
|
||||
}
|
||||
|
||||
@Override
|
||||
@Transactional(rollbackFor = Exception.class)
|
||||
public void issueTask(JSONObject whereJson) {
|
||||
//出库分配表
|
||||
WQLObject wo_dis = WQLObject.getWQLObject("ST_IVT_ShutFrameDtl");
|
||||
@@ -1128,7 +1127,6 @@ public class ShutFrameServiceImpl implements ShutFrameService {
|
||||
}
|
||||
|
||||
@Override
|
||||
@Transactional(rollbackFor = Exception.class)
|
||||
public void handdown(JSONObject whereJson) {
|
||||
//移库单主表
|
||||
WQLObject wo_mst = WQLObject.getWQLObject("ST_IVT_ShutFrameInv");
|
||||
|
||||
Reference in New Issue
Block a user