Преглед на файлове

1、运单接口调用切换

zk преди 2 години
родител
ревизия
0b76118dc9
променени са 1 файла, в които са добавени 3 реда и са изтрити 0 реда
  1. 3 0
      sckw-modules/sckw-system/src/main/resources/mapper/KwsSpecialDao.xml

+ 3 - 0
sckw-modules/sckw-system/src/main/resources/mapper/KwsSpecialDao.xml

@@ -85,6 +85,9 @@
     <if test="isMain != null and isMain != ''">
       and isMain = #{isMain, jdbcType=INTEGER}
     </if>
+    <if test="specialId != null and specialId != ''">
+      and specialId = #{specialId, jdbcType=BIGINT}
+    </if>
     ORDER BY createTime desc
   </select>
 </mapper>