|
|
@ -5942,26 +5942,26 @@ public class ItemServiceImpl extends BaseServiceImpl<ItemDao, ItemEntity> implem |
|
|
|
} |
|
|
|
} |
|
|
|
|
|
|
|
public class DataReport { |
|
|
|
public void myRun(ItemHandleProcessDTO dto, String type) { |
|
|
|
new Thread(new Runnable() { |
|
|
|
@SneakyThrows |
|
|
|
@Override |
|
|
|
public void run() { |
|
|
|
try { |
|
|
|
Thread.sleep(131000); |
|
|
|
if ("1".equals(type)) { |
|
|
|
pushToCityGridService.dispatchAudit(dto);//2.4 派遣审核
|
|
|
|
} else if ("2".equals(type)) { |
|
|
|
pushToCityGridService.appealAudit(dto.getId(), NumConstant.ONE_STR); // 诉求审核
|
|
|
|
} |
|
|
|
} catch (Exception e) { |
|
|
|
e.printStackTrace(); |
|
|
|
} |
|
|
|
} |
|
|
|
}).start(); |
|
|
|
} |
|
|
|
} |
|
|
|
// public class DataReport {
|
|
|
|
// public void myRun(ItemHandleProcessDTO dto, String type) {
|
|
|
|
// new Thread(new Runnable() {
|
|
|
|
// @SneakyThrows
|
|
|
|
// @Override
|
|
|
|
// public void run() {
|
|
|
|
// try {
|
|
|
|
// Thread.sleep(131000);
|
|
|
|
// if ("1".equals(type)) {
|
|
|
|
// pushToCityGridService.dispatchAudit(dto);//2.4 派遣审核
|
|
|
|
// } else if ("2".equals(type)) {
|
|
|
|
// pushToCityGridService.appealAudit(dto.getId(), NumConstant.ONE_STR); // 诉求审核
|
|
|
|
// }
|
|
|
|
// } catch (Exception e) {
|
|
|
|
// e.printStackTrace();
|
|
|
|
// }
|
|
|
|
// }
|
|
|
|
// }).start();
|
|
|
|
// }
|
|
|
|
// }
|
|
|
|
|
|
|
|
/** |
|
|
|
* 拉去项目在网格化平台的进展 |
|
|
|