Commit 46e78ba8 by hanghang.wang

解决订单列表状态英文冲突

parent a3727b9a
......@@ -1920,7 +1920,7 @@ public class OrderAdapter {
orderViewStatusDto.setButtonContactPartner(true);
}
//制作中
orderViewStatusDto.setOrderStatusDesc("In production");
orderViewStatusDto.setOrderStatusDescEn("In production");
}
if (refundBean != null && RefundStatus.APPLY_REFUND.getCode().equals(refundBean.getStatus())) {
setApplyRefundDesc(orderViewStatusDto, orderBean);
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment