1、完善发货模板
2、完善运输计划 3、完善运单管理
This commit is contained in:
@@ -72,6 +72,9 @@
|
||||
<if test="portTerminal.category != null and portTerminal.category != ''">
|
||||
AND pt.category = #{portTerminal.category}
|
||||
</if>
|
||||
<if test="portTerminal.parentId != null">
|
||||
AND pt.parent_id = #{portTerminal.parentId}
|
||||
</if>
|
||||
<if test="portTerminal.dataSource != null and portTerminal.dataSource != ''">
|
||||
<choose>
|
||||
<when test="portTerminal.dataSource == '初始化导入'">
|
||||
|
||||
Reference in New Issue
Block a user