提交 bfa37f97 authored 作者: 000516's avatar 000516

丰诺发货单物流轨迹推送

......@@ -57,6 +57,9 @@ public class OrdersSentQueryServiceImpl implements IOrdersSentQueryService {
case "132":
htmlPath = qinCeUtils.wlRrsPath + sent.getExpressNo();
break;
case "104":
htmlPath = qinCeUtils.wlWlyPath + sent.getDdNo();
break;
default:
throw new ServiceException(ECode.SENT_ISNULL_ERROR);
}
......
......@@ -36,6 +36,8 @@ public class QinCeUtils {
public String wlHtmlPath;
@Value("${wxl.wl.rrs_path}")
public String wlRrsPath;
@Value("${wxl.wl.wly_path}")
public String wlWlyPath;
/**
* =================== 勤策API - path ===================
......
......@@ -22,7 +22,7 @@
</resultMap>
<select id="findUnsyncQc" resultMap="ordersSentResultMap">
select send_id, ah_sent_no, bj_sent_no, transport,transport_name, express_no
select send_id, ah_sent_no, bj_sent_no, transport,transport_name, express_no,dd_no
from orders_sent
where push_qc = 1
</select>
......
Markdown 格式
0%
您添加了 0 到此讨论。请谨慎行事。
请先完成此评论的编辑!
注册 或者 后发表评论