修改app银行名称返回名称
This commit is contained in:
parent
3c6bc15012
commit
e5d2380798
@ -892,7 +892,7 @@ public class FlowDataServiceImpl implements FlowDataService{
|
||||
fieldMap = (Map<String, Object>) testMap.get("fieldMap"); // ²ÎÊý
|
||||
String globalText = fieldMap.get("globalText") == null ? "" : fieldMap.get("globalText").toString();
|
||||
Map<String, Object> body = new HashMap<String, Object>();
|
||||
String sql = "SELECT bank_code,bank_name from bank_code ";
|
||||
String sql = "SELECT bank_code as bank_code,bank_name as bank_type from bank_code ";
|
||||
if(globalText!=null&&globalText.length()>0){
|
||||
sql=sql+" where bank_name like '%"+globalText+"%'";
|
||||
}
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user