소스 검색

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


불러오는 중...
취소
저장