Merge branch 'wq' of SH-Arbitrate/Arbitrate-Backend into dev
This commit was merged in pull request #121.
This commit is contained in:
@@ -128,19 +128,20 @@
|
|||||||
</if>
|
</if>
|
||||||
<!--财务-->
|
<!--财务-->
|
||||||
<if test="financeStatus != null and financeStatus != ''">
|
<if test="financeStatus != null and financeStatus != ''">
|
||||||
(t.identity_type=1 and t.case_status =#{financeStatus})
|
or (t.identity_type=1 and t.case_status =#{financeStatus})
|
||||||
|
|
||||||
|
|
||||||
</if>
|
</if>
|
||||||
</where>
|
</where>
|
||||||
) t1
|
) t1
|
||||||
<!-- <where>-->
|
<!-- <where>-->
|
||||||
<!-- <!–申请人–>-->
|
<!-- <!–申请人–>-->
|
||||||
<!-- <if test="nameId != null and nameId != ''">-->
|
<!-- <if test="nameId != null and nameId != ''">-->
|
||||||
<!-- and ( t1.application_organ_id = #{nameId} AND t1.identity_type=1-->
|
<!-- and ( t1.application_organ_id = #{nameId} AND t1.identity_type=1-->
|
||||||
<!-- and t1.case_status in (0,2)-->
|
<!-- and t1.case_status in (0,2)-->
|
||||||
<!-- )-->
|
<!-- )-->
|
||||||
<!-- </if>-->
|
<!-- </if>-->
|
||||||
<!-- </where>-->
|
<!-- </where>-->
|
||||||
order by t1.create_time desc,t1.case_num desc
|
order by t1.create_time desc,t1.case_num desc
|
||||||
</select>
|
</select>
|
||||||
<select id="selectTodoCountByRole" resultType="com.ruoyi.wisdomarbitrate.domain.vo.ToDoCount">
|
<select id="selectTodoCountByRole" resultType="com.ruoyi.wisdomarbitrate.domain.vo.ToDoCount">
|
||||||
@@ -220,18 +221,18 @@
|
|||||||
</if>
|
</if>
|
||||||
<!--财务-->
|
<!--财务-->
|
||||||
<if test="financeStatus != null and financeStatus != ''">
|
<if test="financeStatus != null and financeStatus != ''">
|
||||||
( t.identity_type=1 and t.case_status =#{financeStatus})
|
or ( t.identity_type=1 and t.case_status =#{financeStatus})
|
||||||
|
|
||||||
</if>
|
</if>
|
||||||
</where>
|
</where>
|
||||||
) t1
|
) t1
|
||||||
<!-- <where>
|
<!-- <where>
|
||||||
<!–申请人–>-->
|
<!–申请人–>-->
|
||||||
<!-- <if test="nameId != null and nameId != ''">-->
|
<!-- <if test="nameId != null and nameId != ''">-->
|
||||||
<!-- and ( t1.application_organ_id = #{nameId} AND t1.identity_type=1-->
|
<!-- and ( t1.application_organ_id = #{nameId} AND t1.identity_type=1-->
|
||||||
<!-- and t1.case_status in (0,2)-->
|
<!-- and t1.case_status in (0,2)-->
|
||||||
<!-- )-->
|
<!-- )-->
|
||||||
<!-- </if>
|
<!-- </if>
|
||||||
</where> -->
|
</where> -->
|
||||||
</select>
|
</select>
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user