|
@@ -187,7 +187,7 @@ public interface ProjectMapper {
|
|
|
@Select("select fname_l2 as \"name\" ,fnumber as \"number\" ,fid as \"id\" from T_BD_PERSON where fid = #{personID}")
|
|
|
Map<String, String> getPerson(String personID);
|
|
|
|
|
|
- @Select("select fid as \"id\",FNAME_L2 as \"name\",FNUMBER as \"number\" from CT_PRO_ProjectType ")
|
|
|
+ @Select("select fid as \"id\",FNAME_L2 as \"name\",FNUMBER as \"number\" from CT_PRO_ProjectType order by fnumber ")
|
|
|
List<Map<String, String>> getProjectTypeList();
|
|
|
|
|
|
}
|