首页变更修改本月新增收款项
This commit is contained in:
-3
@@ -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>
|
||||
Reference in New Issue
Block a user