1、承诺书错别字更改
parent
c45a96a34e
commit
87b251bc69
|
@ -42,7 +42,7 @@ public class XgfCorpController extends BaseController {
|
||||||
public Object getCorpInfoList(Page page) throws Exception {
|
public Object getCorpInfoList(Page page) throws Exception {
|
||||||
PageData pd = new PageData();
|
PageData pd = new PageData();
|
||||||
pd = this.getPageData();
|
pd = this.getPageData();
|
||||||
if ("1e6dbbe16004402f8d2c0e52afd9a676,3a854eefa7894e06aaa1a2611bca80f6,020578a4c1f04bc692ee25145c2efbe5,90966974de3c4b83aca6f8fd6432d5c2".contains(Jurisdiction.getDEPARTMENT_ID())) {
|
if ("1e6dbbe16004402f8d2c0e52afd9a676,3a854eefa7894e06aaa1a2611bca80f6,020578a4c1f04bc692ee25145c2efbe5,90966974de3c4b83aca6f8fd6432d5c2".contains(Jurisdiction.getCORPINFO_ID())) {
|
||||||
pd.put("CORP_INFO_ID", Jurisdiction.getCORPINFO_ID());
|
pd.put("CORP_INFO_ID", Jurisdiction.getCORPINFO_ID());
|
||||||
} else {
|
} else {
|
||||||
pd.put("SUPERVISE_CORPINFO_ID", Jurisdiction.getCORPINFO_ID());
|
pd.put("SUPERVISE_CORPINFO_ID", Jurisdiction.getCORPINFO_ID());
|
||||||
|
|
Loading…
Reference in New Issue