销售合同明细是否存在校验

This commit is contained in:
itzhang 2025-06-27 11:41:55 +08:00
parent 984a633c5b
commit bc9e80b88b

View File

@ -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;
}