全所统计
This commit is contained in:
+1
-1
@@ -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,
|
||||
|
||||
+2
@@ -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 = "来款项目")
|
||||
|
||||
Reference in New Issue
Block a user