提交 27d54ca0 authored 作者: 000516's avatar 000516

丰诺发货单物流轨迹推送

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