|
@@ -512,7 +512,7 @@ public class AddInstallBusinessImpl implements AddInstallBusiness {
|
|
|
// 提取需要处理的数据
|
|
// 提取需要处理的数据
|
|
|
List<ItfReceiveSms> irsms = itfReceiveSmsService.lambdaQuery()
|
|
List<ItfReceiveSms> irsms = itfReceiveSmsService.lambdaQuery()
|
|
|
.eq(ItfReceiveSms::getSynStatus,0)
|
|
.eq(ItfReceiveSms::getSynStatus,0)
|
|
|
- // .eq(ItfReceiveSms::getSynReqId,410L)// 测试用
|
|
|
|
|
|
|
+ // .eq(ItfReceiveSms::getSynReqId,473L)// 测试用
|
|
|
.orderByAsc(ItfReceiveSms::getSynReqId)
|
|
.orderByAsc(ItfReceiveSms::getSynReqId)
|
|
|
.list();
|
|
.list();
|
|
|
|
|
|
|
@@ -2504,7 +2504,11 @@ public class AddInstallBusinessImpl implements AddInstallBusiness {
|
|
|
log.info("【联通短信评价回复】:{}",JSONObject.toJSONString(s));
|
|
log.info("【联通短信评价回复】:{}",JSONObject.toJSONString(s));
|
|
|
if (orderBase.getAppraiseTime()==null &&
|
|
if (orderBase.getAppraiseTime()==null &&
|
|
|
(orderBase.getOrderStatus().equals(GDOrderStatusEnum.INSTALL_STATUS_G7.getCode()) ||
|
|
(orderBase.getOrderStatus().equals(GDOrderStatusEnum.INSTALL_STATUS_G7.getCode()) ||
|
|
|
- orderBase.getOrderStatus().equals(GDOrderStatusEnum.INSTALL_STATUS_G10.getCode()))){
|
|
|
|
|
|
|
+ orderBase.getOrderStatus().equals(GDOrderStatusEnum.INSTALL_STATUS_G10.getCode()) ||
|
|
|
|
|
+ orderBase.getOrderStatus().equals(GDOrderStatusEnum.REPAIR_STATUS_G10.getCode()) ||
|
|
|
|
|
+ orderBase.getOrderStatus().equals(GDOrderStatusEnum.REPAIR_STATUS_G11.getCode()))){
|
|
|
|
|
+
|
|
|
|
|
+
|
|
|
// 首评
|
|
// 首评
|
|
|
// 首次评价
|
|
// 首次评价
|
|
|
//orderBase.setAppraiseStatus(publicService.getAppraiseStatusT(s.getContent().trim()));
|
|
//orderBase.setAppraiseStatus(publicService.getAppraiseStatusT(s.getContent().trim()));
|