修改bug
This commit is contained in:
@@ -260,7 +260,7 @@ public class DeliveryOrderServiceImpl implements IDeliveryOrderService
|
||||
|
||||
// 配送单状态:不传则默认“2=已接单”(保持你原来创建即回写2的行为)
|
||||
String orderStatus = StringUtils.isBlank(dto.getOrderStatus())
|
||||
? "2"
|
||||
? "1"
|
||||
: dto.getOrderStatus().trim();
|
||||
row.setOrderStatus(orderStatus);
|
||||
|
||||
|
||||
Reference in New Issue
Block a user