|
@@ -685,7 +685,7 @@ public class TmstruckMeasureCommissionServiceImpl implements ITmstruckMeasureCom
|
|
|
System.out.println(hashMap.get("msg"));
|
|
|
if(success){
|
|
|
try {
|
|
|
- if(map.get("orderType") != null && DataChange.dataToBigDecimal(map.get("orderType")).intValue() == 1) {
|
|
|
+ if(map.get("orderType") != null && (DataChange.dataToBigDecimal(map.get("orderType")).intValue() == 1 || DataChange.dataToBigDecimal(map.get("orderType")).intValue() == 4)) {
|
|
|
Object weight = hashMap.get("weight");
|
|
|
Object weightDateTime = hashMap.get("weightDateTime");
|
|
|
if(weight != null && weightDateTime != null){
|