소스 검색

报修模板提示语

guarantee-lsq 2 년 전
부모
커밋
744914af78
1개의 변경된 파일1개의 추가작업 그리고 1개의 파일을 삭제
  1. 1 1
      platform-service/src/main/java/com/platform/service/repair/strategy/impl/LongYanRepairStrategy.java

+ 1 - 1
platform-service/src/main/java/com/platform/service/repair/strategy/impl/LongYanRepairStrategy.java

@@ -1145,7 +1145,7 @@ public class LongYanRepairStrategy extends AbstractRepairBaseStrategy {
         String detailUrl = "pages/service-detail/service-detail?id=" + form.getId();
         switch (type){
             case CommonConstants.CALL_REPAIR_NOTICE:
-                values = new String[]{"有一条新的报修消息!",form.getNo(),sbInfo.getName(),form.getContent(),form.getSbCph(),"请知悉"};
+                values = new String[]{"有一条新的报修消息!",form.getNo(),sbInfo.getPositionNo() + "【" + sbInfo.getName() + "】",form.getContent(),form.getSbCph(),"请知悉"};
                 break;
             case CommonConstants.REPAIR_FAIL_NOTICE:
                 values = new String[]{"维修单终止维修消息!",form.getNo(),sbInfo.getName(),form.getContent(),form.getSbCph(),"请再次派工"};