|
@@ -169,9 +169,10 @@ public class OrderBaseInstallCjOrWgServiceImpl implements orderBaseInstallCjOrWg
|
|
|
// 特殊安装确认书图从采集明细表中移到附件表中
|
|
|
addTSHJP(ojtutl, orderBase);
|
|
|
|
|
|
+ log.info("eee");
|
|
|
// 上传附件表图片信息
|
|
|
uploadOrderDetailFile(ojtutl, CategoryRefmap, orderBase);
|
|
|
-
|
|
|
+ log.info("fff");
|
|
|
// 管理端采集的条码图并没全部给到采集条码表中,这里需要转移到采集条码表中
|
|
|
details = orderInstallDetailService.lambdaQuery()
|
|
|
.eq(OrderInstallDetail::getOrderBaseId, orderBase.getId())
|
|
@@ -285,12 +286,19 @@ public class OrderBaseInstallCjOrWgServiceImpl implements orderBaseInstallCjOrWg
|
|
|
// 预约改约-总部短信发送请求表,派服务人员-短信发送请求表 以主表的pgguid统一修改
|
|
|
upPgguid(orderBase);
|
|
|
|
|
|
+ log.info("ccc");
|
|
|
// 初始化数据
|
|
|
if (!upInit(ojtutl, CategoryRefmap, orderBase)){
|
|
|
+
|
|
|
+ log.info("ddd");
|
|
|
return Boolean.FALSE;
|
|
|
}
|
|
|
}
|
|
|
|
|
|
+
|
|
|
+ log.info("ggg");
|
|
|
+
|
|
|
+
|
|
|
return orderInstallCjOrWg(cjOrWg, brand, ojtutl, CategoryRefmap,orderBase);
|
|
|
}
|
|
|
|