bugfix:微信医保数据入库
This commit is contained in:
@@ -9,7 +9,6 @@ import com.saye.hospitalgd.commons.string.StringDUtil;
|
||||
import com.saye.hospitalgd.entity.BankbillHistory;
|
||||
import com.saye.hospitalgd.service.BankbillGetinfoService;
|
||||
import com.saye.hospitalgd.service.BankbillHistoryService;
|
||||
import com.saye.hospitalgd.service.datamanager.DataManagerService;
|
||||
import com.saye.hospitalgd.service.impl.BankbillGetinfoServiceImpl;
|
||||
import com.saye.hospitalgd.service.impl.BankbillHistoryServiceImpl;
|
||||
import com.saye.hospitalgd.service.system.ServiceParamsService;
|
||||
@@ -40,7 +39,7 @@ public class BankGetDataBySHPOS {
|
||||
BankbillGetinfoService bankbillGetinfoService = GetBeanUtil.getBean(BankbillGetinfoServiceImpl.class);
|
||||
|
||||
ServiceParamsService serviceParamsService = GetBeanUtil.getBean(ServiceParamsServiceImpl.class);
|
||||
DataManagerService dataManagerService = GetBeanUtil.getBean(DataManagerService.class);
|
||||
|
||||
|
||||
|
||||
boolean isOk = false;
|
||||
@@ -104,9 +103,6 @@ public class BankGetDataBySHPOS {
|
||||
List<HashMap<Object, Object>> serviceParams = serviceParamsService.findParamValByParamCode("hgd_dmz");
|
||||
String dmz_url = StringDUtil.changeNullToEmpty(serviceParams.get(0).get("PARAM_VAL"));
|
||||
|
||||
// HashMap<Object, Object> bankDataBySHPOS = dataManagerService.getBankDataBySHPOS(map);
|
||||
|
||||
|
||||
String result = HttpDutil.post(dmz_url + "/getBankDataBySHPOS", map);
|
||||
|
||||
// 解析返回的json字符串
|
||||
|
||||
Reference in New Issue
Block a user