bug修复
This commit is contained in:
parent
7375992f77
commit
055a6cec25
@ -6,6 +6,8 @@ import lombok.Data;
|
|||||||
|
|
||||||
@Data
|
@Data
|
||||||
public class CountEnterpriseVo {
|
public class CountEnterpriseVo {
|
||||||
|
@ApiModelProperty(value = "承包项目名称")
|
||||||
|
private String cbsName;
|
||||||
@ApiModelProperty(value = "企业名称")
|
@ApiModelProperty(value = "企业名称")
|
||||||
private String enterpriseName;
|
private String enterpriseName;
|
||||||
@ApiModelProperty(value = "变更后进度%")
|
@ApiModelProperty(value = "变更后进度%")
|
||||||
|
|||||||
@ -12,6 +12,7 @@
|
|||||||
|
|
||||||
<select id="countEnterpriseCbs" resultType="com.zhgd.xmgl.modules.xz.entity.vo.CountEnterpriseVo">
|
<select id="countEnterpriseCbs" resultType="com.zhgd.xmgl.modules.xz.entity.vo.CountEnterpriseVo">
|
||||||
select
|
select
|
||||||
|
ei.enterprise_name,
|
||||||
pe.cbs_name,
|
pe.cbs_name,
|
||||||
x.change_after
|
x.change_after
|
||||||
from enterprise_info ei
|
from enterprise_info ei
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user