Selaa lähdekoodia

修复抄送查询

caixiaofeng 7 kuukautta sitten
vanhempi
commit
4c18eee900
1 muutettua tiedostoa jossa 1 lisäystä ja 1 poistoa
  1. 1 1
      flow-app/src/main/resources/mapper/workflow/FlowCcDao.xml

+ 1 - 1
flow-app/src/main/resources/mapper/workflow/FlowCcDao.xml

@@ -31,7 +31,7 @@
         from flow_cc cc
         inner join ACT_HI_PROCINST HP on cc.instance_id = HP.ID_
         <where>
-            AND user_id = '${@com.flow.common.oauth2.utils.SecurityContextUtil@getUserId()}'
+            AND user_id = '${@com.flow.common.core.util.SecurityContextUtil@getUserId()}'
             <if test="query.name != null and query.name != ''">
                 AND cc.name like CONCAT('%',#{query.name},'%')
             </if>