|
@@ -7,6 +7,7 @@ import org.jeecg.ctop.finance.policy.entity.CwjsPolicyInfo;
|
|
|
import com.baomidou.mybatisplus.extension.service.IService;
|
|
|
|
|
|
import java.util.List;
|
|
|
+import java.util.Map;
|
|
|
|
|
|
/**
|
|
|
* 政策信息表
|
|
@@ -20,6 +21,8 @@ public interface ICwjsPolicyInfoService extends IService<CwjsPolicyInfo> {
|
|
|
List<JSONObject> getAllSale();
|
|
|
List<JSONObject> getAllSaleAndMeidaManager();
|
|
|
|
|
|
+ List<Map<String,Object>> getAllOperationUser();
|
|
|
+
|
|
|
List<JSONObject> getAllSaleByUserId(String userId);
|
|
|
|
|
|
List<String> getAllSubordinate(String userId);
|