|
@@ -2,6 +2,7 @@ package com.sooka.sponest.data.housingconstruction.service.impl;
|
|
|
|
|
|
import com.ruoyi.common.core.utils.DateUtils;
|
|
|
import com.ruoyi.common.core.utils.uuid.IdUtils;
|
|
|
+import com.ruoyi.common.datascope.annotation.DataScopeMutiDept;
|
|
|
import com.sooka.sponest.data.base.service.impl.BaseServiceImpl;
|
|
|
import com.sooka.sponest.data.housingconstruction.domain.CenterdataTHousingconstructionSteelcylinderLog;
|
|
|
import com.sooka.sponest.data.housingconstruction.mapper.CenterdataTHousingconstructionSteelcylinderLogMapper;
|
|
@@ -40,7 +41,9 @@ public class CenterdataTHousingconstructionSteelcylinderLogServiceImpl extends B
|
|
|
* @return 钢瓶日志
|
|
|
*/
|
|
|
@Override
|
|
|
+ @DataScopeMutiDept(deptAlias = "d")
|
|
|
public List<CenterdataTHousingconstructionSteelcylinderLog> selectCenterdataTHousingconstructionSteelcylinderLogList(CenterdataTHousingconstructionSteelcylinderLog centerdataTHousingconstructionSteelcylinderLog) {
|
|
|
+ setSookaDataBase(centerdataTHousingconstructionSteelcylinderLog);
|
|
|
return centerdataTHousingconstructionSteelcylinderLogMapper.selectCenterdataTHousingconstructionSteelcylinderLogList(centerdataTHousingconstructionSteelcylinderLog);
|
|
|
}
|
|
|
|