Commit d22aa471 by 徐高华

朋友圈

parent d3495072
......@@ -455,7 +455,9 @@ public class QwMomentPlanServiceImpl implements QwMomentPlanService {
@Override
public void getQwData(TabQwMomentPlanAttend task) {
MomentResultDTO dto = this.getQwData(task.getStaffId(),task.getMomentId(),task.getWxEnterpriseId()) ;
this.qwMomentPlanDataService.save(task,dto) ;
if(null != dto) {
this.qwMomentPlanDataService.save(task, dto);
}
}
private MomentResultDTO getQwData(String staffId , String momentId , String wxEnterpriseId) {
......
......@@ -68,6 +68,8 @@
enterprise_id,
staff_id,
clerk_id,
clerk_code ,
clerk_name,
store_id,
member_id,
comment_time,
......@@ -82,6 +84,8 @@
#{item.wxEnterpriseId,jdbcType=CHAR},
#{item.enterpriseId,jdbcType=CHAR},
#{item.staffId,jdbcType=CHAR},
#{item.clerkCode},
#{item.clerkName},
#{item.clerkId,jdbcType=CHAR},
#{item.storeId,jdbcType=CHAR},
#{item.memberId,jdbcType=CHAR},
......
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