mirror of
http://192.168.1.205:9980/cf_devdept2/cf_imes_server.git
synced 2026-08-12 21:02:08 +08:00
禅道bug#1508修复
This commit is contained in:
+1
-4
@@ -324,10 +324,7 @@ public class OrganServiceImpl implements OrganService {
|
||||
organMapper.updateById(updateObj);
|
||||
|
||||
// 更新产品购买记录
|
||||
List<OrganCreateProductPurchaseReqVO> productPurchaseReqVOS = updateReqVO.getProductPurchaseReqVOS();
|
||||
if (CollUtil.isNotEmpty(productPurchaseReqVOS)) {
|
||||
purchaseService.updateOrgInitProductPurchaseRecord(organId, productPurchaseReqVOS);
|
||||
}
|
||||
purchaseService.updateOrgInitProductPurchaseRecord(organId, updateReqVO.getProductPurchaseReqVOS());
|
||||
|
||||
if (CommonStatusEnum.DISABLE.getStatus().equals(updateReqVO.getStatus())) {
|
||||
// 移除机构下用户的token
|
||||
|
||||
Reference in New Issue
Block a user