فهرست منبع

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>