Commit 669f45c0 by 徐高华

朋友圈

parent 52053350
......@@ -265,7 +265,7 @@ public class QwMomentPlanAttendServiceImpl implements QwMomentPlanAttendService
}
private String getMomentId(String staffId , Date sendTime , int times) {
Date startTime = DateUtil.addNumForSecond(sendTime,-60 + times * 60) ;
Date startTime = DateUtil.addNumForSecond(sendTime,-(60 + times * 60)) ;
Date endTime = DateUtil.addNumForMinute(sendTime,1) ;
TabHaobanStaff staff = this.staffMapper.selectByPrimaryKey(staffId) ;
String wxEnterpriseId = staff.getWxEnterpriseId() ;
......
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