|
@@ -218,8 +218,8 @@ public class OpenedProductsFacade extends OpenedProductsServiceImpl {
|
|
|
OpenedProducts openedProducts = new OpenedProducts();
|
|
|
openedProducts.setUserId(userId);
|
|
|
openedProducts.setProductId(productId);
|
|
|
- openedProducts.setCreator(UserUtils.getCurrentPrincipleID());
|
|
|
- openedProducts.setGmtCreate(DateUtil.now());
|
|
|
+ openedProducts.setModifier(UserUtils.getCurrentPrincipleID());
|
|
|
+ openedProducts.setGmtModified(DateUtil.now());
|
|
|
boolean res = delInformationAvailable(openedProducts);
|
|
|
if (!res) {
|
|
|
throw new CommonException(CommonErrorCode.UPDATE_INFO_FAIL);
|