Commit 17336db4 authored by suhuiguang's avatar suhuiguang

1,从命名名称过滤修改

parent afe86296
...@@ -63,7 +63,7 @@ ...@@ -63,7 +63,7 @@
<if test="dto.type == 'company'"> <if test="dto.type == 'company'">
and ur.use_unit_credit_code = #{dto.useUnitCreditCode} and ur.use_unit_credit_code = #{dto.useUnitCreditCode}
</if> </if>
and (1=1 or ur.transfer_to_user_ids like concat('%',#{currentUserId},'%')) OR (ur.transfer_to_user_ids LIKE concat ('%', #{currentUserId}, '%') AND ur.is_delete = 0)
</where> </where>
order by ur.rec_date desc order by ur.rec_date desc
</select> </select>
......
...@@ -75,10 +75,13 @@ public class JyjcInspectionApplicationModel extends BaseModel { ...@@ -75,10 +75,13 @@ public class JyjcInspectionApplicationModel extends BaseModel {
@ApiModelProperty(value = "报检单位编号") @ApiModelProperty(value = "报检单位编号")
private String applicationUnitCode; private String applicationUnitCode;
@ApiModelProperty(value = "报检单位名称") @ApiModelProperty(value = "报检单位名称")
private String applicationUnitName; private String applicationUnitName;
@ApiModelProperty(value = "报检单位地址") @ApiModelProperty(value = "报检单位地址")
private String address; private String address;
@ApiModelProperty(value = "监管单位名称") @ApiModelProperty(value = "监管单位名称")
private String superviseOrgName; private String superviseOrgName;
...@@ -140,14 +143,14 @@ public class JyjcInspectionApplicationModel extends BaseModel { ...@@ -140,14 +143,14 @@ public class JyjcInspectionApplicationModel extends BaseModel {
@ApiModelProperty(value = "下一步任务名称") @ApiModelProperty(value = "下一步任务名称")
private String nextTaskName; private String nextTaskName;
@ApiModelProperty(value = "设备分类") @ApiModelProperty(value = "设备分类")
private String equList; private String equList;
@ApiModelProperty(value = "监管码") @ApiModelProperty(value = "监管码")
private String supervisoryCode; private String supervisoryCode;
private String instanceId; private String instanceId;
public String getInstanceId() { public String getInstanceId() {
......
...@@ -87,7 +87,8 @@ public class JyjcOpeningApplicationModel extends BaseModel { ...@@ -87,7 +87,8 @@ public class JyjcOpeningApplicationModel extends BaseModel {
@ApiModelProperty(value = "创建人ID") @ApiModelProperty(value = "创建人ID")
private String createUserId; private String createUserId;
/* ---------------- -------------- */
@ApiModelProperty (value = "企业资质信息") @ApiModelProperty (value = "企业资质信息")
List<TzBaseUnitLicenceDto> baseUnitLicences; List<TzBaseUnitLicenceDto> baseUnitLicences;
......
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