Procházet zdrojové kódy

1、运单接口调用切换

zk před 2 roky
rodič
revize
0b76118dc9

+ 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>