|
@@ -45,7 +45,7 @@ public interface LoginDao {
|
|
|
"AND (b.dept_code=a.small_dept or b.dept_code=a.dept)")
|
|
|
List<CodeName> getUserWards(@Param("code") String code);
|
|
|
|
|
|
- @Select("select rtrim(code) code, rtrim(name) name, rtrim(py_code) pyCode " +
|
|
|
+ @Select("select code=rtrim(code), name=rtrim(name), pyCode=rtrim(py_code) " +
|
|
|
"from zd_unit_code where code like '8%' order by code")
|
|
|
List<CodeName> getAllWards();
|
|
|
|