工程标段展示问题修正
This commit is contained in:
parent
fbd6c6dcb5
commit
d2b5398d09
|
|
@ -141,7 +141,7 @@ public class MaType extends BaseEntity {
|
||||||
|
|
||||||
/** 图片路径 */
|
/** 图片路径 */
|
||||||
@ApiModelProperty(value = "图片路径")
|
@ApiModelProperty(value = "图片路径")
|
||||||
private String photoUrl = "https://zlpt-1259760603.cos.ap-nanjing.myqcloud.com/zhcc/bg2.jpg";
|
private String photoUrl = "https://zlpt-1259760603.cos.ap-nanjing.myqcloud.com/zhcc/405D4B1F-0942-424e-B45A-C66FDDA74EEA.png";
|
||||||
|
|
||||||
/** 文档名称 */
|
/** 文档名称 */
|
||||||
@ApiModelProperty(value = "文档名称")
|
@ApiModelProperty(value = "文档名称")
|
||||||
|
|
|
||||||
|
|
@ -456,7 +456,7 @@
|
||||||
<select id="getAuditListByLeaseTmTask" resultType="com.bonus.sgzb.base.api.domain.TmTask">
|
<select id="getAuditListByLeaseTmTask" resultType="com.bonus.sgzb.base.api.domain.TmTask">
|
||||||
SELECT DISTINCT
|
SELECT DISTINCT
|
||||||
tt.*, su.phonenumber AS phoneNumber, sd.dept_name as deptName,
|
tt.*, su.phonenumber AS phoneNumber, sd.dept_name as deptName,
|
||||||
bpi.pro_id as proId,bpi.pro_name as proName,
|
bpi.pro_id as proId,bpi.lot_name as proName,
|
||||||
bui.unit_id as unitId,bui.unit_name as unitName,
|
bui.unit_id as unitId,bui.unit_name as unitName,
|
||||||
lai.lease_person as leasePerson, lai.phone as leasePhone, tt.create_by as applyFor,d.`name` as taskName,
|
lai.lease_person as leasePerson, lai.phone as leasePhone, tt.create_by as applyFor,d.`name` as taskName,
|
||||||
case when d.id = '30' then lai.company_audit_remark
|
case when d.id = '30' then lai.company_audit_remark
|
||||||
|
|
@ -471,7 +471,7 @@
|
||||||
LEFT JOIN sys_dept sd ON su.dept_id = sd.dept_id
|
LEFT JOIN sys_dept sd ON su.dept_id = sd.dept_id
|
||||||
LEFT JOIN tm_task_agreement tta ON tt.task_id = tta.task_id
|
LEFT JOIN tm_task_agreement tta ON tt.task_id = tta.task_id
|
||||||
LEFT JOIN bm_agreement_info bai ON bai.agreement_id = tta.agreement_id
|
LEFT JOIN bm_agreement_info bai ON bai.agreement_id = tta.agreement_id
|
||||||
LEFT JOIN bm_project_info bpi ON bpi.pro_id = bai.project_id
|
LEFT JOIN bm_project_lot bpi ON bpi.pro_id = bai.project_id
|
||||||
LEFT JOIN bm_unit_info bui ON bui.unit_id = bai.unit_id
|
LEFT JOIN bm_unit_info bui ON bui.unit_id = bai.unit_id
|
||||||
LEFT JOIN lease_apply_info lai ON lai.task_id = tt.task_id
|
LEFT JOIN lease_apply_info lai ON lai.task_id = tt.task_id
|
||||||
LEFT JOIN sys_dic d ON d.id = tt.task_status
|
LEFT JOIN sys_dic d ON d.id = tt.task_status
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue