XxlJobHandler
This commit is contained in:
@@ -280,6 +280,20 @@
|
||||
</if>
|
||||
</trim>
|
||||
</insert>
|
||||
<update id="toExperiencing">
|
||||
UPDATE
|
||||
xfsg_line_info
|
||||
SET workflow_sub_stage_status = #{code}
|
||||
WHERE
|
||||
deleted = 0
|
||||
AND workflow_sub_stage_status = 85
|
||||
AND id in
|
||||
<foreach collection="lineIds" item="lineId" open="(" close=")" separator=",">
|
||||
#{lineId}
|
||||
</foreach>
|
||||
|
||||
|
||||
</update>
|
||||
|
||||
<select id="getByPartnerId" resultMap="BaseResultMap">
|
||||
select * from xfsg_line_info where partner_id = #{partnerId} and deleted = 0
|
||||
|
||||
Reference in New Issue
Block a user