Browse Source

feat(all): 修改梦天签收扫描手动回传逻辑

pre-production
zhaoqiaobo 4 months ago
parent
commit
26a3c26615
  1. 2
      blade-service/logpm-factory/src/main/java/com/logpm/factory/mt/mapper/MtPushDataMapper.xml

2
blade-service/logpm-factory/src/main/java/com/logpm/factory/mt/mapper/MtPushDataMapper.xml

@ -30,7 +30,7 @@
t1.invoiceOrderCode, t1.invoiceOrderCode,
t1.waybillNumber t1.waybillNumber
from mt_custom_push_data_package t1 from mt_custom_push_data_package t1
where t1.push_type = 1 where t1.push_type = 1 and t1.sendStatus = 0
limit 1 limit 1
</select> </select>
<select id="customPushNodeDataImage" resultType="com.logpm.factory.mt.dto.MtReceiveImagesDTO"> <select id="customPushNodeDataImage" resultType="com.logpm.factory.mt.dto.MtReceiveImagesDTO">

Loading…
Cancel
Save