|
|
|
@ -234,7 +234,7 @@
|
|
|
|
|
and b.xtlx = #{req.xtlx}
|
|
|
|
|
</if>
|
|
|
|
|
</where>
|
|
|
|
|
order by b.current_id desc
|
|
|
|
|
order by b.status asc
|
|
|
|
|
</select>
|
|
|
|
|
<select id="findBytaskIdandAssestId" resultType="com.ruoyi.tc.entity.po.AssetCurrentCpPo">
|
|
|
|
|
select *
|
|
|
|
@ -458,7 +458,7 @@
|
|
|
|
|
</if>
|
|
|
|
|
|
|
|
|
|
</where>
|
|
|
|
|
order by b.mini_id desc
|
|
|
|
|
order by b.status asc
|
|
|
|
|
</select>
|
|
|
|
|
<select id="gzhZcHc" resultType="com.ruoyi.tc.entity.response.AssestTaskXqresponse">
|
|
|
|
|
select
|
|
|
|
@ -485,7 +485,7 @@
|
|
|
|
|
and b.status =#{req.status}
|
|
|
|
|
</if>
|
|
|
|
|
</where>
|
|
|
|
|
order by b.account_id desc
|
|
|
|
|
order by b.status asc
|
|
|
|
|
</select>
|
|
|
|
|
<select id="emailZcHc" resultType="com.ruoyi.tc.entity.response.AssestTaskXqresponse">
|
|
|
|
|
select
|
|
|
|
@ -512,7 +512,7 @@
|
|
|
|
|
and b.status =#{req.status}
|
|
|
|
|
</if>
|
|
|
|
|
</where>
|
|
|
|
|
order by b.email_id desc
|
|
|
|
|
order by b.status asc
|
|
|
|
|
</select>
|
|
|
|
|
<select id="appZcHc" resultType="com.ruoyi.tc.entity.response.AssestTaskXqresponse">
|
|
|
|
|
|
|
|
|
@ -541,7 +541,7 @@
|
|
|
|
|
and b.status =#{req.status}
|
|
|
|
|
</if>
|
|
|
|
|
</where>
|
|
|
|
|
order by b.app_id desc
|
|
|
|
|
order by b.status asc
|
|
|
|
|
</select>
|
|
|
|
|
<select id="getByTaskId" resultType="com.ruoyi.tc.entity.AssetTask" parameterType="int">
|
|
|
|
|
select * from asset_task where id=#{taskId}
|
|
|
|
|