mirror of
https://codeup.aliyun.com/67c68d4e484ca2f0a13ac3c1/ydc/jsowell-charger-web.git
synced 2026-04-20 02:55:04 +08:00
update 调试订单接口
This commit is contained in:
@@ -777,7 +777,7 @@ public class TempController extends BaseController {
|
||||
orderCodes.addAll(dto.getOrderCodeList());
|
||||
}
|
||||
|
||||
if (CollectionUtils.isEmpty(orderCodes)) {
|
||||
if (CollectionUtils.isNotEmpty(orderCodes)) {
|
||||
for (String orderCode : orderCodes) {
|
||||
dto.setOrderCode(orderCode);
|
||||
// 调试结算订单逻辑
|
||||
|
||||
Reference in New Issue
Block a user