|
@@ -70,8 +70,7 @@ public class UtilsServiceImpl implements IUtilsService {
|
|
BigDecimal maxSeq = DataChange.dataToBigDecimal(mesMap.get("maxSeq"));
|
|
BigDecimal maxSeq = DataChange.dataToBigDecimal(mesMap.get("maxSeq"));
|
|
if(orderSeq.intValue() == maxSeq.intValue()){
|
|
if(orderSeq.intValue() == maxSeq.intValue()){
|
|
map.put("orderStatus", 2);
|
|
map.put("orderStatus", 2);
|
|
- utilsMapper.updateOrderStatusByOrderIdOrNum(map);
|
|
|
|
-
|
|
|
|
|
|
+ return utilsMapper.updateOrderStatusByOrderIdOrNum(map);
|
|
}
|
|
}
|
|
if(map.get("priceId")!=null){
|
|
if(map.get("priceId")!=null){
|
|
//如果有价格ID 则说明需要结算 调用新增详单接口
|
|
//如果有价格ID 则说明需要结算 调用新增详单接口
|