Explorar o código

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

周箭河 %!s(int64=4) %!d(string=hai) anos
pai
achega
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>