Commit 8caf0632 by 徐高华

Merge remote-tracking branch 'origin/feature/订单储值' into feature/订单储值

parents 335e8760 61c36201
......@@ -1481,7 +1481,7 @@ public class MemberUnionidRelatedApiServiceImpl implements MemberUnionidRelatedA
// memberApiService.updateMemberQywxFlag(enterpriseId, memberId, 1);
List<TabHaobanExternalClerkRelated> memberList = externalClerkRelatedService.getAddTimeByMemberId(memberId, enterpriseId);
Date date = new Date();
Date opTime = new Date();
Date opTime = new Date(0);
Date firstTime = new Date();
if (CollectionUtils.isNotEmpty(memberList)){
for (TabHaobanExternalClerkRelated a : memberList){
......
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