提交 6bea1287 作者: 刘明祎-运维用途

增加返回状态

上级 63378eef
......@@ -51,5 +51,6 @@ public class ApplyTagEditVO implements Serializable {
private String licenseImg;
@ApiModelProperty(value = "合同编号contractNo")
private String contractNo;
@ApiModelProperty(value = "合同签署状态")
private Integer signStatus;
}
......@@ -99,6 +99,7 @@ public class UserApplyTagDO implements Serializable {
.lon(this.companyInfoDO == null ? null : this.companyInfoDO.getLon())
.contractNo(contractNo)
.remark(this.remark)
.signStatus(signStatus)
.build();
}
}
......@@ -167,7 +167,8 @@
ci.lon,
ci.content,
ci.score,
cti.contract_no
cti.contract_no,
cti.sign_status
FROM user_apply_tag ua
INNER JOIN cooperation_tag ct ON ua.cooperation_tag_id = ct.id
INNER JOIN company_member cm ON cm.user_account_id = ua.user_account_id
......
Markdown 格式
0%
您添加了 0 到此讨论。请谨慎行事。
请先完成此评论的编辑!
注册 或者 后发表评论