瀏覽代碼

Merge branch 'maintenance_feature'

周箭河 4 年之前
父節點
當前提交
f3e9133936
共有 1 個文件被更改,包括 1 次插入1 次删除
  1. 1 1
      mec-biz/src/main/resources/config/mybatis/StudentInstrumentMapper.xml

+ 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>