|
@@ -73,6 +73,8 @@ public class CostAccountShareServiceImpl extends ServiceImpl<CostAccountShareMap
|
|
|
if (StrUtil.isNotBlank(accountingIds)){
|
|
|
List<String> list = Arrays.asList(accountingIds.split(StrUtil.COMMA));
|
|
|
i.setAccountingIdList(list);
|
|
|
+ }else {
|
|
|
+ i.setAccountingIdList(null);
|
|
|
}
|
|
|
});
|
|
|
// getMessage(hospId, costAccountShareVOList);
|