Przeglądaj źródła

feature 代码提交

xiahan 1 rok temu
rodzic
commit
3a40a26606

+ 1 - 1
cx-aps/cx-aps-common/src/main/resources/mybatis/ApsBlankOrderDao.xml

@@ -111,7 +111,7 @@
         <where>
             abo.DELETED ='0'
             <choose>
-                <when test="lockMark=='y'"> and apo.PLANSTARTDATE &lt; #{lockTime} </when>
+                <when test='lockMark=="y"'> and apo.PLANSTARTDATE &lt; #{lockTime} </when>
                 <otherwise>and apo.PLANSTARTDATE &gt; #{lockTime}</otherwise>
             </choose>
         </where>