|
|
@@ -1135,7 +1135,7 @@ public class OrderNewServiceImpl extends BaseMybatisDao<TOrderNewMapper> impleme
|
|
|
params.put("amountStatus", in.getAmountStatus());
|
|
|
}
|
|
|
if (StringUtils.isNotBlank(in.getOrderNo())) {
|
|
|
- params.put("orderNo", in.getOrderNo());
|
|
|
+ params.put("orderNo", in.getOrderNo().trim());
|
|
|
}
|
|
|
if (StringUtils.isNotBlank(in.getStarTime())) {
|
|
|
params.put("starTime", in.getStarTime());
|