Pārlūkot izejas kodu

问题状态新加支持查询

王昭 2 gadi atpakaļ
vecāks
revīzija
1d5e43a8c9

+ 4 - 0
mec-biz/src/main/resources/config/mybatis/StudentVisitMapper.xml

@@ -158,6 +158,10 @@
             <if test="visitCyCle != null and visitCyCle != ''">
                 AND CONVERT (VARCHAR,sv.visit_time,120) LIKE CONCAT('%',#{visitCyCle},'%')
             </if>
+            <if test="probStatus != null and probStatus != ''">
+                AND sv.prob_status = #{probStatus}
+            </if>
+
         </where>
     </sql>
     <select id="queryCount" resultType="int">