|
@@ -1368,6 +1368,7 @@ public class MusicGroupServiceImpl extends BaseServiceImpl<String, MusicGroup> i
|
|
|
if(count > 0l){
|
|
|
Map<String, Object> param = new HashMap<>();
|
|
|
param.put("musicGroupId", musicGroupId);
|
|
|
+ param.put("tenantId", musicGroup.getTenantId());
|
|
|
int i = musicGroupPurchaseListDao.queryCount(param);
|
|
|
if (i <= 0) {
|
|
|
throw new BizException("采购清单未确认");
|