浏览代码

Merge pull request 'yanyang' (#31) from yanyang into master

Reviewed-on: #31
pull/32/head
闫阳 1年前
父节点
当前提交
b0e88370b1
共有 1 个文件被更改,包括 2 次插入2 次删除
  1. +2
    -2
      ym-packing/src/main/resources/mapper/WoPackagingBoxSubstrateMapper.xml

+ 2
- 2
ym-packing/src/main/resources/mapper/WoPackagingBoxSubstrateMapper.xml 查看文件

@@ -140,7 +140,7 @@
</if>
AND twpbs.valid = 1
</where>
order by twpb.CREATE_TIME desc
order by twpb.CREATE_TIME desc, twpbs.PACKAGING_BOX_ID asc, twpbs.SLOT asc
</select>

<select id="substratePage" resultType="com.cnbm.packing.dto.WoPackagingBoxSubstrateDTO">
@@ -161,7 +161,7 @@
</if>
AND twpbs.valid = 1
</where>
order by twpb.CREATE_TIME desc
order by twpb.CREATE_TIME desc, twpbs.PACKAGING_BOX_ID asc, twpbs.SLOT asc
</select>

<select id="subIdPage" resultMap="ResultMap">


正在加载...
取消
保存