Browse Source

渠道列表BUG修复

anderx 3 years ago
parent
commit
6f7c0e47e0

+ 0 - 1
src/main/java/com/goafanti/order/service/impl/OrderNewServiceImpl.java

@@ -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);
 	}