|
|
@@ -143,7 +143,7 @@ public class PublicReleaseServiceImpl extends BaseMybatisDao<PublicReleaseMapper
|
|
|
fbb.setUid(use.getUid());
|
|
|
fbb.setContactType("0");
|
|
|
fbb.setResult(use.getRemarks());
|
|
|
- fbb.setFollowTime(DateUtils.formatDate(use.getClockInTime(), AFTConstants.YYYYMMDDHHMMSS));
|
|
|
+ fbb.setFollowTime(DateUtils.formatDate(p.getClockInTime(), AFTConstants.YYYYMMDDHHMMSS));
|
|
|
String ufid=UUID.randomUUID().toString();
|
|
|
p.setUfid(ufid);
|
|
|
customerService.addFollow(fbb,ufid);
|