소스 검색

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>