mirror of
https://codeup.aliyun.com/67c68d4e484ca2f0a13ac3c1/ydc/jsowell-charger-web.git
synced 2026-04-19 18:45:03 +08:00
update 校验参数
This commit is contained in:
@@ -92,6 +92,9 @@ public class ClearingWithdrawInfoServiceImpl implements ClearingWithdrawInfoServ
|
||||
|
||||
@Override
|
||||
public List<ClearingBillVO> selectWithdrawInfoByOrderCodeList(List<String> orderCodeList) {
|
||||
if (CollectionUtils.isEmpty(orderCodeList)) {
|
||||
return Lists.newArrayList();
|
||||
}
|
||||
return clearingWithdrawInfoMapper.selectWithdrawInfoByOrderCodeList(orderCodeList);
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user