|
|
@@ -668,13 +668,13 @@ public class OwnCompanyManageController extends BaseController
|
|
|
map.put("name", companyName);
|
|
|
}
|
|
|
if (CommonUtil.isNotEmpty(scySocialCode)) {
|
|
|
- map.put("code", scySocialCode);
|
|
|
+ map.put("scySocialCode", scySocialCode);
|
|
|
}
|
|
|
if (CommonUtil.isNotEmpty(scrType)) {
|
|
|
- map.put("type", scrType);
|
|
|
+ map.put("scrType", scrType);
|
|
|
}
|
|
|
if (CommonUtil.isNotEmpty(scrStatus)) {
|
|
|
- map.put("status", scrStatus);
|
|
|
+ map.put("scrStatus", scrStatus);
|
|
|
}
|
|
|
if(CommonUtil.isNotEmpty(scrContarct)){
|
|
|
map.put("scrContarct",scrContarct);
|