整箱导出优化

This commit is contained in:
zc
2026-05-07 16:02:16 +08:00
parent 3113ba2542
commit e932af0404
4 changed files with 20 additions and 4 deletions

View File

@@ -12,4 +12,8 @@
left join sys_user u on f.create_user = u.id
${ew.customSqlSegment}
</select>
<select id="selectFullWorkOrderExport" resultType="top.wms.admin.fullWorkOrder.model.resp.FullWorkOrderResp">
</select>
</mapper>