首页变更修改本月新增收款项

This commit is contained in:
梁琦涛
2021-10-29 10:23:27 +08:00
parent 153449783b
commit 3ce7e52009
@@ -177,9 +177,6 @@
<!-- 会员项目-->
UNION ALL
select count(*) as num from pay_member_project_subitem msub where DATE_FORMAT(create_time,'%Y-%m') = #{time}
<!-- 标协会员项目-->
UNION ALL
select count(*) as num from tb_member_project_subitem tmsub where DATE_FORMAT(create_time,'%Y-%m') = #{time}
) a
</select>
</mapper>