update 工作组来款统计,来款详情里,增加是否打包的筛选条件
This commit is contained in:
+3
@@ -49,4 +49,7 @@ public class PayWorkingGroupSubletSearch {
|
||||
|
||||
@ApiModelProperty(value = "项目负责人id")
|
||||
private String principalNameId;
|
||||
|
||||
@ApiModelProperty(value = "是否打包")
|
||||
private String pack;
|
||||
}
|
||||
|
||||
+6
@@ -189,6 +189,9 @@
|
||||
and DATE_FORMAT (pcpr.payment_date,'%m') like concat(#{payWorkingGroupSubletSearch.paymentMonth}, '%')
|
||||
</if>
|
||||
</if>-->
|
||||
<if test="payWorkingGroupSubletSearch.pack != null and payWorkingGroupSubletSearch.pack != ''">
|
||||
AND pack = #{payWorkingGroupSubletSearch.pack}
|
||||
</if>
|
||||
</where>
|
||||
group by id
|
||||
</select>
|
||||
@@ -261,6 +264,9 @@
|
||||
</if>
|
||||
</otherwise>
|
||||
</choose>
|
||||
<if test="payWorkingGroupSubletSearch.pack != null and payWorkingGroupSubletSearch.pack != ''">
|
||||
AND pack = #{payWorkingGroupSubletSearch.pack}
|
||||
</if>
|
||||
<!--<if test="payWorkingGroupSubletSearch.paymentYear != null and payWorkingGroupSubletSearch.paymentYear != ''">
|
||||
and DATE_FORMAT (pcpr.payment_date,'%Y') like concat(#{payWorkingGroupSubletSearch.paymentYear}, '%')
|
||||
<if test="payWorkingGroupSubletSearch.paymentMonth != null and payWorkingGroupSubletSearch.paymentMonth != ''">
|
||||
|
||||
Reference in New Issue
Block a user