Browse Source

byh24/11/4 完善规则页面功能

byh 1 tuần trước cách đây
mục cha
commit
49eff91970
1 tập tin đã thay đổi với 12 bổ sung3 xóa
  1. 12 3
      src/lsjb/mapper/guizeMapper/guize.xml

+ 12 - 3
src/lsjb/mapper/guizeMapper/guize.xml

@@ -41,9 +41,18 @@
         select gzname,luncishu,luncitime,jiangetime from g2_table_guize
         <where>
             1=1
-            <if test="gzname != null and gzname != '' ">
-                and gzname = #{gzname}
-            </if>
+                <if test="gzname != null and gzname != '' ">
+                    and gzname = #{gzname}
+                </if>
+                <if test="luncishu != null">
+                    and luncishu = #{luncishu}
+                </if>
+                <if test="luncitime != null">
+                    and luncitime = #{luncitime}
+                </if>
+                <if test="jiangetime != null">
+                    and jiangetime = #{jiangetime}
+                </if>
         </where>
     </select>