|
@@ -131,6 +131,7 @@ public class GdbhHandleService {
|
|
|
return;
|
|
|
}
|
|
|
String path_0 = (String) res_2.get(RequestResult.DATA_TAG);
|
|
|
+ System.out.println("path_0:"+path_0);
|
|
|
insertFxrwrz(StringUtils.getUUID(), gdbhDto.getBsm(), gdbhDto.getXmmc(), "耕地保护分析报告生成结束。。。", "info");
|
|
|
|
|
|
updateGdbg(gdbhDto.getBsm(), 2, null, new Date(), path_0);
|