瀏覽代碼

乐团调整逻辑修改

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

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

@@ -41,7 +41,7 @@
     <sql id="queryPageSql">
         <where>
             <if test="status != null and status=='reg'">
-                <![CDATA[AND status_ <= 1]]>
+                AND <![CDATA[status_ <= 1]]>
             </if>
             <if test="status != null and status=='pay'">
                 AND status_ = 2