mirror of
https://codeup.aliyun.com/67c68d4e484ca2f0a13ac3c1/ydc/jsowell-charger-web.git
synced 2026-04-23 12:35:07 +08:00
update 运营商仅可查看本运营商下所有站点订单信息
This commit is contained in:
@@ -70,4 +70,11 @@ public interface PileMerchantInfoMapper {
|
||||
public int deletePileMerchantInfoByIds(Long[] ids);
|
||||
|
||||
List<String> queryByMerchantDeptIds(@Param("merchantDeptIds") List<String> merchantDeptIds);
|
||||
|
||||
/**
|
||||
* 根据部门id查询基本信息
|
||||
* @param deptId
|
||||
* @return
|
||||
*/
|
||||
PileMerchantInfo queryInfoByDeptId(@Param("deptId") String deptId);
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user