main
杜函宇 3 weeks ago
parent cbe183333f
commit f0cd1f977a

@ -155,7 +155,7 @@ public class AssetAppCpPo extends BaseClass implements Serializable {
private Integer count; private Integer count;
@ApiModelProperty("app状态") @ApiModelProperty("app状态")
private Integer appState; private String appState;
/** /**
* 1 2 3 * 1 2 3

@ -20,7 +20,7 @@
left join sys_dept c on b.dept_id = c.dept_id left join sys_dept c on b.dept_id = c.dept_id
left join asset_app_cp e on a.id = e.asset_id left join asset_app_cp e on a.id = e.asset_id
<where> <where>
a.del_flag = '0' and e.task_id is null and e.audit_state is not null a.del_flag = '0' and e.task_id is null
<if test="req.yymc!=null and req.yymc!='' "> <if test="req.yymc!=null and req.yymc!='' ">
and a.app_name like concat('%',#{req.yymc},'%') and a.app_name like concat('%',#{req.yymc},'%')
</if> </if>

@ -18,7 +18,7 @@
left join sys_dept c on b.dept_id = c.dept_id left join sys_dept c on b.dept_id = c.dept_id
left join asset_current_cp e on a.id = e.id left join asset_current_cp e on a.id = e.id
<where> <where>
a. del_flag = '0' and e.task_id is null and e.audit_state is not null a. del_flag = '0' and e.task_id is null
<if test="req.xtmc!=null and req.xtmc!='' "> <if test="req.xtmc!=null and req.xtmc!='' ">
and a.xtmc like concat('%',#{req.xtmc},'%') and a.xtmc like concat('%',#{req.xtmc},'%')
</if> </if>

@ -20,7 +20,7 @@
left join sys_dept c on b.dept_id = c.dept_id left join sys_dept c on b.dept_id = c.dept_id
left join asset_email_cp e on a.id = e.asset_id left join asset_email_cp e on a.id = e.asset_id
<where> <where>
a.del_flag = '0' and e.task_id is null and e.audit_state is not null a.del_flag = '0' and e.task_id is null
<if test="req.dzyxhz!=null and req.dzyxhz!='' "> <if test="req.dzyxhz!=null and req.dzyxhz!='' ">
and a.dzyxhz like concat('%',#{req.dzyxhz},'%') and a.dzyxhz like concat('%',#{req.dzyxhz},'%')
</if> </if>

@ -20,7 +20,7 @@
left join sys_dept c on b.dept_id = c.dept_id left join sys_dept c on b.dept_id = c.dept_id
left join asset_mini_programs_cp e on a.id = e.asset_id left join asset_mini_programs_cp e on a.id = e.asset_id
<where> <where>
a.del_flag = '0' and e.task_id is null and e.audit_state is not null a.del_flag = '0' and e.task_id is null
<if test="req.xcxmc!=null and req.xcxmc!='' "> <if test="req.xcxmc!=null and req.xcxmc!='' ">
and a.xcxmc like concat('%',#{req.xcxmc},'%') and a.xcxmc like concat('%',#{req.xcxmc},'%')
</if> </if>

@ -24,7 +24,7 @@
left join sys_dept c on b.dept_id = c.dept_id left join sys_dept c on b.dept_id = c.dept_id
left join asset_official_account_cp e on a.id = e.asset_id left join asset_official_account_cp e on a.id = e.asset_id
<where> <where>
a.del_flag = '0' and e.task_id is null and e.audit_state is not null a.del_flag = '0' and e.task_id is null
<if test="req.gzhmc!=null and req.gzhmc!='' "> <if test="req.gzhmc!=null and req.gzhmc!='' ">
and a.gzhmc like concat('%',#{req.gzhmc},'%') and a.gzhmc like concat('%',#{req.gzhmc},'%')
</if> </if>

Loading…
Cancel
Save