|
@@ -327,10 +327,8 @@ public class TmstruckMeasureCommissionServiceImpl implements ITmstruckMeasureCom
|
|
|
if(measureCommission != null)
|
|
|
map.put("materialId", measureCommission.get("materialId"));
|
|
|
addMeasureCommission(map); // 添加计量委托
|
|
|
-
|
|
|
/*访问接口发送数据*/
|
|
|
return sendMesToMeasure(measureCommission);
|
|
|
-
|
|
|
}
|
|
|
|
|
|
|
|
@@ -560,7 +558,7 @@ public class TmstruckMeasureCommissionServiceImpl implements ITmstruckMeasureCom
|
|
|
@Override
|
|
|
synchronized public Map<String, Object> sendLiuPiMeasureCommission(String capacityNumber) throws InterruptedException {
|
|
|
Map<String, Object> map = new HashMap<>();
|
|
|
- String num = "LP" + System.currentTimeMillis();
|
|
|
+ String num = "DZGTZDLP" + System.currentTimeMillis();
|
|
|
map.put("carNumber", capacityNumber);
|
|
|
map.put("purchOrder", num);
|
|
|
//通过车牌号查询上一次委托发送数据
|