|
|
|
@ -55,7 +55,7 @@ public class BsTradeSettleServiceImpl implements BsTradeSettleService { |
|
|
|
|
} |
|
|
|
|
|
|
|
|
|
if (MapUtils.getLong(param, "settleTimeE") != null) { |
|
|
|
|
criteria.andSettleDateLessThanOrEqualTo(new Date(MapUtils.getLong(param, "settleTimeS"))); |
|
|
|
|
criteria.andSettleDateLessThanOrEqualTo(new Date(MapUtils.getLong(param, "settleTimeE"))); |
|
|
|
|
} |
|
|
|
|
|
|
|
|
|
if (StringUtils.isNotBlank(MapUtils.getString(param, "outTradeNo"))) { |
|
|
|
|