|
@@ -218,7 +218,6 @@ public class CostAccountShareServiceImpl extends ServiceImpl<CostAccountShareMap
|
|
@Transactional(propagation = Propagation.REQUIRED,rollbackFor = Exception.class)
|
|
@Transactional(propagation = Propagation.REQUIRED,rollbackFor = Exception.class)
|
|
public void updateShareParam(ShareParamEditDto shareParamEditDto) {
|
|
public void updateShareParam(ShareParamEditDto shareParamEditDto) {
|
|
List<ShareParamProportionVO> shareParamProportionVOList1 = shareParamEditDto.getShareParamProportionVOList();
|
|
List<ShareParamProportionVO> shareParamProportionVOList1 = shareParamEditDto.getShareParamProportionVOList();
|
|
-
|
|
|
|
User user = (User) SecurityUtils.getSubject().getPrincipal();
|
|
User user = (User) SecurityUtils.getSubject().getPrincipal();
|
|
Integer hospId = user.getHospId();
|
|
Integer hospId = user.getHospId();
|
|
Integer id = shareParamEditDto.getId();
|
|
Integer id = shareParamEditDto.getId();
|