ソースを参照

update 学生乐保增加,删除和修改

周箭河 4 年 前
コミット
62539ba5ee

+ 1 - 1
mec-biz/src/main/resources/config/mybatis/StudentInstrumentMapper.xml

@@ -146,7 +146,7 @@
             <if test="search != null">
                 AND (si.student_id_ = #{search} OR su.phone_ = #{search} OR su.username_ LIKE CONCAT('%',#{search},'%'))
             </if>
-            AND del_flag_ = 0
+            AND si.del_flag_ = 0
         </where>
     </sql>