Your Name пре 2 година
родитељ
комит
9e6a06da97

+ 2 - 0
service-job/src/main/java/com/java110/job/adapt/Repair/MachineDistributeLeaflets.java

@@ -206,6 +206,7 @@ public class MachineDistributeLeaflets extends DatabusAdaptImpl {
             paramIn.put("repairName", repairName);
             paramIn.put("tel", tel);
             paramIn.put("repairObjName", repairObjName);
+            paramIn.put("repairId", repairId);
             //抢单成功给维修师傅推送信息
             sendStaffMsg(paramIn, communityDtos.get(0));
             //抢单成功给业主推送信息
@@ -219,6 +220,7 @@ public class MachineDistributeLeaflets extends DatabusAdaptImpl {
             paramIn.put("time", time);
             paramIn.put("staffId", businessRepairUser.getString("staffId"));
             paramIn.put("preStaffName", businessRepairUser.getString("preStaffName"));
+            paramIn.put("repairId", repairId);
             //给维修师傅推送信息
             sendStaffMsg(paramIn, communityDtos.get(0));
         }

+ 0 - 4
service-job/src/main/java/com/java110/job/msgNotify/ali/AliMsgNotifyImpl.java

@@ -203,7 +203,6 @@ public class AliMsgNotifyImpl implements IMsgNotify {
         request.putQueryParameter("SignName", signName);
         request.putQueryParameter("TemplateCode", templateCode);
 
-        BigDecimal oweFee = new BigDecimal(0);
 
 
         JSONObject param = new JSONObject();
@@ -274,9 +273,6 @@ public class AliMsgNotifyImpl implements IMsgNotify {
         request.putQueryParameter("SignName", signName);
         request.putQueryParameter("TemplateCode", templateCode);
 
-        BigDecimal oweFee = new BigDecimal(0);
-
-
         JSONObject param = new JSONObject();
         param.put("repairId", content.getString("repairId"));
         request.putQueryParameter("TemplateParam", param.toString());