Helius
2021-02-03 fed1f885b03a5b4b7c62d44320c3ff2068ca02e6
zq-erp/src/main/resources/mybatis/mapper/hive/SysStoreInfoDao.xml
@@ -406,6 +406,10 @@
         <if test="record.batch != null and record.batch !='' ">
            and batch = #{record.batch}
         </if>
         <if test="record.queryKey != null and record.queryKey !='' ">
            and (instr(c.name,#{record.queryKey}) or instr(c.goods_no, #{record.queryKey}) or instr(c.zjm, #{record.queryKey}))
         </if>
         <if test="record.storeId != null and record.storeId !='' ">
            and STORE_ID = #{record.storeId}
         </if>
@@ -479,6 +483,9 @@
         <if test="record.batch != null and record.batch !='' ">
            and batch = #{record.batch}
         </if>
         <if test="record.queryKey != null and record.queryKey !='' ">
            and (instr(c.name,#{record.queryKey}) or instr(c.goods_no, #{record.queryKey}) or instr(c.zjm, #{record.queryKey}))
         </if>
         <if test="record.storeId != null and record.storeId !='' ">
            and STORE_ID = #{record.storeId}
         </if>