Sfoglia il codice sorgente

feature 解决解锁报错的问题

xiahan 1 anno fa
parent
commit
a5afb8e0e7

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

@@ -155,7 +155,7 @@
         left join aps_process_operation_process_equ apope on apope.PROCESSID=apo.ID and apope.DELETED='0'
         <where>
             abo.DELETED ='0'
-            <if test="lockTime=='n'">
+            <if test='lockMark=="n"'>
                 AND abo.PRODUCTSTATUS !='40'
                 and abo.PRODUCTSTATUS !='50'
             </if>