浏览代码

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>