Kaynağa Gözat

Merge branch 'master' of http://git.picaiba.com/CaiXiang/cigs4

pull/32/head
caixiang 1 yıl önce
ebeveyn
işleme
18c1c6cc15
1 değiştirilmiş dosya ile 2 ekleme ve 2 silme
  1. +2
    -2
      ym-packing/src/main/resources/mapper/WoPackagingBoxSubstrateMapper.xml

+ 2
- 2
ym-packing/src/main/resources/mapper/WoPackagingBoxSubstrateMapper.xml Dosyayı Görüntüle

@@ -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">


Yükleniyor…
İptal
Kaydet