销售合同明细是否存在校验
This commit is contained in:
parent
984a633c5b
commit
bc9e80b88b
@ -809,6 +809,13 @@ public class XSHTController {
|
||||
|
||||
if (contractBGDetailList.isEmpty()){
|
||||
log.info("没用符合条件的变更明细数据,将不再继续向下执行");
|
||||
try {
|
||||
System.out.println("暂停3秒");
|
||||
Thread.sleep(3000);//单位:毫秒
|
||||
System.out.println("继续执行");
|
||||
} catch (InterruptedException e) {
|
||||
e.printStackTrace();//处理中断异常
|
||||
}
|
||||
continue;
|
||||
}
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user