@ -77,4 +77,6 @@ public class RefundUser {
private List<String> markets; // 地区列表
@ExcelIgnore
private Integer flag; //是否为员工号
private Integer type;
}
@ -270,9 +270,11 @@
ugr.task_gold AS taskGold
FROM user_gold_record ugr
<where>
ugr.type = 1
AND ugr.is_refund = 0
ugr.is_refund = 0
AND ugr.flag = 1
<if test="ugr.type !=null and ugr.type != '' ">
AND ugr.type = #{type}
</if>
<if test="jwcode != null and jwcode != ''">
AND ugr.jwcode = #{jwcode}