Quellcode durchsuchen

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

Reviewed-on: #31
pull/32/head
闫阳 vor 1 Jahr
Ursprung
Commit
b0e88370b1
1 geänderte Dateien mit 2 neuen und 2 gelöschten Zeilen
  1. +2
    -2
      ym-packing/src/main/resources/mapper/WoPackagingBoxSubstrateMapper.xml

+ 2
- 2
ym-packing/src/main/resources/mapper/WoPackagingBoxSubstrateMapper.xml Datei anzeigen

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


Laden…
Abbrechen
Speichern