Commit 04eaa362 by qwmqiuwenmin

fix

parent ea8447dd
......@@ -44,5 +44,5 @@ public interface DepartmentMapper {
Page<TabHaobanDepartment> pageByParentId(@Param("parentId")String parentId, @Param("keyword")String keyword);
List<TabHaobanDepartment> listByChainId(@Param("parentId")String chainId, @Param("keyword")String wxEnterpriseId);
List<TabHaobanDepartment> listByChainId(@Param("chainId")String chainId, @Param("wxEnterpriseId")String wxEnterpriseId);
}
\ No newline at end of file
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment