抵押档案
This commit is contained in:
parent
29985cbeaa
commit
74b520289b
19
src_tenwa/com/tenwa/customer/cache/Get_PROJECT_MANAGEName.java
vendored
Normal file
19
src_tenwa/com/tenwa/customer/cache/Get_PROJECT_MANAGEName.java
vendored
Normal file
@ -0,0 +1,19 @@
|
||||
package com.tenwa.customer.cache;
|
||||
|
||||
import jbo.awe.USER_INFO;
|
||||
import jbo.com.tenwa.lease.comm.LB_CONTRACT_INFO_TEMP;
|
||||
import jbo.sys.ORG_INFO;
|
||||
|
||||
import com.amarsoft.dict.als.cache.NameCache;
|
||||
import com.amarsoft.dict.als.manage.NameManager;
|
||||
|
||||
public class Get_PROJECT_MANAGEName extends NameManager {
|
||||
//ÏîÄ¿³öµ¥²¿ÃÅ
|
||||
public static String getPROJECT_DEPT(String sPROJECT_DEPT)throws Exception{
|
||||
return NameCache.getName(ORG_INFO.CLASS_NAME, "orgname", "orgid", sPROJECT_DEPT);
|
||||
}
|
||||
//ÏîÄ¿¾Àí
|
||||
public static String getPROJECT_MANAGE(String sPROJECT_MANAGE)throws Exception{
|
||||
return NameCache.getName(USER_INFO.CLASS_NAME, "username", "userid", sPROJECT_MANAGE);
|
||||
}
|
||||
}
|
||||
Loading…
x
Reference in New Issue
Block a user