Commit a4c3be98 authored by luben's avatar luben

fix

parent b5603740
......@@ -72,7 +72,7 @@ public interface GridRegionMapper {
String getRegionJzArea(@Param("id")String id);
int updateRegionJzArea(@Param("id")String id,@Param("JzArea")String JzArea);
int updateRegionJzArea(@Param("id")String id,@Param("jzArea")String jzArea);
String getJzAreaByCode(@Param("code")String code);
}
\ 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