全所统计

This commit is contained in:
zhangqinlin
2021-09-26 11:21:03 +08:00
parent a4b4b63ffb
commit 813f5d6291
2 changed files with 3 additions and 1 deletions
@@ -177,7 +177,7 @@
<!-- 全所统计-->
<select id="queryPageList3" resultType="com.jero.statistics.entity.AllProjectStatistics">
select pp.projectName, principalName, chargeCompanyTemporaryName, allMoney, comeAllMoney, chargeUse, depart, createTime,pp.id from
select pp.id as projectId,pp.projectName, principalName, chargeCompanyTemporaryName, allMoney, comeAllMoney, chargeUse, depart, createTime,pp.id from
(SELECT
pwgs.id,
pwg.working_group_project AS projectName,
@@ -10,6 +10,8 @@ import org.jeecgframework.poi.excel.annotation.Excel;
*/
@Data
public class AllProjectStatistics {
@ApiModelProperty(value = "项目id")
private String projectId;
@Excel(name = "来款项目", width = 15)
@ApiModelProperty(value = "来款项目")