Browse Source

2.0-任务查询bug

master
陈裕财 2 years ago
parent
commit
6291c45f57
  1. 4
      xm-bootstrap/pom.xml
  2. 2
      xm-core/src/main/java/com/xm/core/mapper/XmProjectMapper.xml

4
xm-bootstrap/pom.xml

@ -13,12 +13,12 @@
<dependencies>
<dependency>
<groupId>com.mdp</groupId>
<artifactId>mdp-cloud-starter</artifactId>
<artifactId>mdp-oauth2-client-cloud</artifactId>
<version>${mdp.version}</version>
</dependency>
<dependency>
<groupId>com.mdp</groupId>
<artifactId>mdp-oauth2-client-cloud</artifactId>
<artifactId>mdp-cloud-starter</artifactId>
<version>${mdp.version}</version>
</dependency>
<dependency>

2
xm-core/src/main/java/com/xm/core/mapper/XmProjectMapper.xml

@ -38,7 +38,7 @@
</if>
<if test="ext.myExecuserStatus != null and ext.myExecuserStatus != ''">
and exists ( select 1 from xm_task_execuser exe where exe.project_id=res.id and exe.userid=#{ext.userid}
and exists ( select 1 from xm_task_execuser exe where exe.project_id=res.id and exe.bid_userid=#{ext.userid}
<if test='ext.myExecuserStatus != "all" '>
and exe.status=#{ext.myExecuserStatus}
</if>

Loading…
Cancel
Save