|
@@ -134,4 +134,11 @@ public interface ServiceUnitAnalyseMapper extends BaseMapper<TBService> {
|
|
@Param(value = "leadId") Long leadId, @Param(value = "province") String province, @Param(value = "prList") List<String> processList,
|
|
@Param(value = "leadId") Long leadId, @Param(value = "province") String province, @Param(value = "prList") List<String> processList,
|
|
@Param(value = "supplierId") Long supplierId, @Param(value = "coordinatorId") Long coordinatorId,
|
|
@Param(value = "supplierId") Long supplierId, @Param(value = "coordinatorId") Long coordinatorId,
|
|
@Param(value = "roleType") SopRoleTypeEnum roleType, @Param(value = "type") String type, @Param(value = "fieldObj") String fieldObj);
|
|
@Param(value = "roleType") SopRoleTypeEnum roleType, @Param(value = "type") String type, @Param(value = "fieldObj") String fieldObj);
|
|
|
|
+
|
|
|
|
+ /**
|
|
|
|
+ *
|
|
|
|
+ * @param serviceUnitId 服务单元ID
|
|
|
|
+ * @return sop的数量
|
|
|
|
+ */
|
|
|
|
+ int countSopNum(@Param(value = "serviceUnitId") Long serviceUnitId);
|
|
}
|
|
}
|