|
|
|
@@ -182,9 +182,9 @@ |
|
|
|
</update> |
|
|
|
|
|
|
|
<resultMap id="countResultMap" type="com.iformall.domain.vo.WxFinanceReceiveCountVo"> |
|
|
|
<result column="type" jdbcType="Integer" property="type"/> |
|
|
|
<result column="status" jdbcType="Integer" property="status" /> |
|
|
|
<result column="num" jdbcType="Integer" property="num"/> |
|
|
|
<result column="type" jdbcType="INTEGER" property="type"/> |
|
|
|
<result column="status" jdbcType="INTEGER" property="status" /> |
|
|
|
<result column="num" jdbcType="INTEGER" property="num"/> |
|
|
|
</resultMap> |
|
|
|
<select id="findCountVo" parameterType="com.iformall.domain.po.WxFinanceReceive" resultMap="countResultMap"> |
|
|
|
SELECT type,status,COUNT(1) num FROM wx_finance_receive |
|
|
|
|