@ -32,9 +32,6 @@ public class PayLogService {
public void saveHttpLog(Boolean isSuccess,String url,String content,String method,String header,String params,String response,String error,String type)
{
try {
//成功日志是否保存
Boolean saveSuccessLog = systemDictService.getSaveSuccessLog();
if(!isSuccess || saveSuccessLog) {
//新增日志
PayLog log = new PayLog();
log.setType(type);
@ -48,7 +45,6 @@ public class PayLogService {
log.setError(error);
log.setStatus(isSuccess?"1":"0");
payLogDao.save(log);
}
catch (Exception ex)
@ -126,6 +126,11 @@ public class OnePayController extends WeixinBaseController {
msg = "生成电子社保卡成功!";
if(bindCard.size()==0||bindCard==null){
json.put("sicardUrl", sicardUrl);
json.put("bindStatus", "030007");
return write(200, msg, "data", json);
/*if (bindCard != null) {
JSONObject json = new JSONObject(bindCard);