|
@@ -1,6 +1,7 @@
|
|
package org.jeecg.ctop.finance.policy.mapper;
|
|
package org.jeecg.ctop.finance.policy.mapper;
|
|
|
|
|
|
import java.util.List;
|
|
import java.util.List;
|
|
|
|
+import java.util.Map;
|
|
|
|
|
|
import com.alibaba.fastjson.JSONObject;
|
|
import com.alibaba.fastjson.JSONObject;
|
|
import org.apache.ibatis.annotations.Param;
|
|
import org.apache.ibatis.annotations.Param;
|
|
@@ -20,6 +21,12 @@ public interface CwjsPolicyInfoMapper extends BaseMapper<CwjsPolicyInfo> {
|
|
|
|
|
|
List<JSONObject> getAllSaleAndMeidaManager();
|
|
List<JSONObject> getAllSaleAndMeidaManager();
|
|
|
|
|
|
|
|
+ /**
|
|
|
|
+ * 查询所有 运营
|
|
|
|
+ * @return
|
|
|
|
+ */
|
|
|
|
+ List<Map<String,Object>> getAllOperationUser();
|
|
|
|
+
|
|
List<JSONObject> getAllSaleByUserId(String userId);
|
|
List<JSONObject> getAllSaleByUserId(String userId);
|
|
|
|
|
|
void updatePolicyInfoById(CwjsPolicyInfo policyInfo);
|
|
void updatePolicyInfoById(CwjsPolicyInfo policyInfo);
|