Commit e50e227b authored by yangyang's avatar yangyang

fix(改造告知):1.维保列表接收办理状态

parent 656d67fd
......@@ -147,6 +147,9 @@
instance_status like concat('%',#{role},'%')
</foreach>
</if>
<if test="contractDto.status != '' and contractDto.status != null">
and status = #{contractDto.status}
</if>
</where>
order by apply_no desc
</select>
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment