|
|
@@ -350,8 +350,9 @@ public class ProductServiceImpl implements ProductService {
|
|
|
if (CollectionUtils.isEmpty(p)) {
|
|
|
ProductPerson productPerson = new ProductPerson();
|
|
|
productPerson.setUserUU(useruu);
|
|
|
+ productPerson.setEnuu(SystemSession.getUser().getEnterprise().getUu());
|
|
|
productPerson.setProductId(prId);
|
|
|
- productPerson.setTime(new Date(System.currentTimeMillis()));
|
|
|
+ productPerson.setTime(new Date());
|
|
|
productPersonDao.save(productPerson);
|
|
|
}
|
|
|
}
|