Explorar el Código

발주현황 정렬 쿼리 변경

isna hace 2 años
padre
commit
99a3daf0ec
Se han modificado 1 ficheros con 3 adiciones y 0 borrados
  1. 3 0
      src/main/resources/mybatis/sqlmaps/pomng/PchOrd.xml

+ 3 - 0
src/main/resources/mybatis/sqlmaps/pomng/PchOrd.xml

@@ -163,6 +163,9 @@
163 163
                         order by base.pch_podr_unq_no desc
164 164
                     </if>
165 165
                 </if>
166
+                <if test="gridRequest.sidx != 'VIEW_NUM'.toString()">
167
+                    order by base.pch_podr_unq_no desc
168
+                </if>
166 169
             </when>
167 170
             <otherwise>
168 171
                 order by base.pch_podr_unq_no desc