| | |
| | | |
| | | |
| | | public void finish(Database.BatchableContext BC) { |
| | | //HHOA-C3LJWQ 先更新修理再发送etq 20210616 start byrentx |
| | | if (this.idss != null && this.idss.size() > 0) { |
| | | NFM401Controller.callout(null,null,this.idss,statu); |
| | | |
| | | } |
| | | //HHOA-C3LJWQ 先更新修理再发送etq 20210616 end byrentx |
| | | // gzw PDF空白优化 跳过测试程序 |
| | | if (!Test.isRunningTest()) { |
| | | //HHOA-C3LJWQ 先更新修理再发送etq 20210616 start byrentx |
| | | if (this.idss != null && this.idss.size() > 0) { |
| | | NFM401Controller.callout(null,null,this.idss,statu); |
| | | |
| | | } |
| | | //HHOA-C3LJWQ 先更新修理再发送etq 20210616 end byrentx |
| | | |
| | | Database.executeBatch(new NFM402Batch(),100); |
| | | Database.executeBatch(new NFM402Batch(),100); |
| | | } |
| | | // gzw PDF空白优化 跳过测试程序 |
| | | } |
| | | |
| | | } |