fix 立库取消指令时重复调用立库取消接口
This commit is contained in:
@@ -102,7 +102,7 @@ public class LiKuToAcsServiceImpl implements LiKuToAcsService {
|
|||||||
// 5 取消指令
|
// 5 取消指令
|
||||||
} else if(StrUtil.equals(status,"5")) {
|
} else if(StrUtil.equals(status,"5")) {
|
||||||
|
|
||||||
instructionService.cancel(inst.getInstruction_id());
|
instructionService.forceCancel(inst.getInstruction_id());
|
||||||
}
|
}
|
||||||
InStoreReportResponse inStoreReportResponse = new InStoreReportResponse();
|
InStoreReportResponse inStoreReportResponse = new InStoreReportResponse();
|
||||||
inStoreReportResponse.setOrderId(inst_code);
|
inStoreReportResponse.setOrderId(inst_code);
|
||||||
|
|||||||
@@ -178,7 +178,7 @@ public interface InstructionService {
|
|||||||
void cancel(String id) throws Exception;
|
void cancel(String id) throws Exception;
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* 取消指令
|
* 强制取消指令
|
||||||
*
|
*
|
||||||
* @param id
|
* @param id
|
||||||
*/
|
*/
|
||||||
|
|||||||
Reference in New Issue
Block a user