|
|
@@ -30,16 +30,16 @@ public interface CcsbtzjsmxDao extends Mapper<CcsbtzjsmxDO> {
|
|
30
|
30
|
|
|
31
|
31
|
OrganizationInfo selectQyjbByOrgCode(@Param("orgCode")String orgCode);
|
|
32
|
32
|
|
|
33
|
|
- @Select("select enumid,enumname,parentid from depot:basic_enum where enumname = #{sbyjlb}")
|
|
|
33
|
+ @Select("select enumid,enumname,parentid from depot_qh.basic_enum where enumname = #{sbyjlb}")
|
|
34
|
34
|
OrganizationInfo getYjsblbByEnuname(@Param("sbyjlb")String sbyjlb);
|
|
35
|
35
|
|
|
36
|
|
- @Select("select enumid,enumname,parentid from depot:basic_enum where enumid = #{enumid}")
|
|
|
36
|
+ @Select("select enumid,enumname,parentid from depot_qh.basic_enum where enumid = #{enumid}")
|
|
37
|
37
|
OrganizationInfo getYjsblbByEnumid(@Param("sbyjlb")String sbyjlb);
|
|
38
|
38
|
|
|
39
|
39
|
List<OrgainzeVO> findByParentCodeAndStateCode(@Param("orgCode") String orgCode, @Param("orgLevel") String orgLevel);
|
|
40
|
40
|
|
|
41
|
41
|
OrgainzeVO findByOrgCodeAndStateCode(@Param("orgCode") String orgCode);
|
|
42
|
42
|
|
|
43
|
|
- @Select("select enumname from depot:basic_enum where parentid = #{sblxCode}")
|
|
44
|
|
- List<String> querySbqclb(@Param("sbyjlb")String sblxCode);
|
|
|
43
|
+ @Select("select enumname from depot_qh.basic_enum where parentid = #{sblxCode}")
|
|
|
44
|
+ List<String> querySbqclb(@Param("sblxCode")String sblxCode);
|
|
45
|
45
|
}
|