|
@@ -134,9 +134,7 @@
|
|
|
LEFT JOIN PROJECT T2 ON T1.PROJECT_ID=T2.ID
|
|
|
<where>
|
|
|
T.ISVALID = 1 and T1.ISVALID = 1 AND T1.FLOW_STATUS=90
|
|
|
- <if test="params != null and params.userId != null and params.userId != ''">
|
|
|
- AND T.CUSTODIAN = #{params.userId}
|
|
|
- </if>
|
|
|
+ AND T.CUSTODIAN = #{params.userId}
|
|
|
</where>
|
|
|
ORDER BY
|
|
|
procure_time
|