@@ -388,7 +388,6 @@ public class OrderNewServiceImpl extends BaseMybatisDao<TOrderNewMapper> impleme
} else if(t2.getSettlementAmount().compareTo(t.getFirstAmount()) < 0){//如果小于首付
t.setLiquidationStatus(LiquidationNewState.WAIT_PAY_FIRST_BALANCE.getCode());
}
-
return tOrderNewMapper.updateByPrimaryKeySelective(t);