Commit 606d7330 by “Kongxiangkun”

增加积分商城相关代码

parent ca837fbe
...@@ -76,7 +76,7 @@ ...@@ -76,7 +76,7 @@
</select> </select>
<select id="getManagePointDetails" resultType="com.yizhi.point.application.vo.PointDetailsVO"> <select id="getManagePointDetails" resultType="com.yizhi.point.application.vo.PointDetailsVO">
SELECT account_id,time,learn_type,learn_name,learn_source,point,CASE WHEN point > 0 THEN 1 ELSE 0 END AS SELECT id,account_id,time,learn_type,learn_name,learn_source,point,CASE WHEN point > 0 THEN 1 ELSE 0 END AS
flag,DATE_FORMAT( time, '%m' ) AS month, change_before,change_after flag,DATE_FORMAT( time, '%m' ) AS month, change_before,change_after
FROM point_details FROM point_details
WHERE company_id=#{companyId} WHERE company_id=#{companyId}
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment