This commit is contained in:
parent
5bbbfbb80d
commit
6fcb154e8c
|
@ -321,8 +321,10 @@ public class ReconPayreqNewFormPlugin extends AbstractFormPlugin implements Befo
|
|||
qeug_amount = details.getBigDecimal("total");//总金额
|
||||
qeug_bizdate = details.getDate("date");//填开日期
|
||||
} else{
|
||||
parseFlag = false;
|
||||
this.getView().showTipNotification(name +":发票识别失败:请上传有效发票");
|
||||
qeug_invoicecode = details.getString("bill_number");
|
||||
qeug_invoiceno = details.getString("bill_code");
|
||||
qeug_amount = details.getBigDecimal("total");//总金额
|
||||
qeug_bizdate = details.getDate("date");//填开日期
|
||||
}
|
||||
boolean saveResultFlag = false;
|
||||
JSONObject save_data = saveCheckJson.getJSONObject("data");
|
||||
|
|
|
@ -374,10 +374,10 @@ public class todoZyTaskServiceHandler extends AbstractMessageServiceHandler {
|
|||
//获取Url
|
||||
String url = message.getContentUrl(); // 链接
|
||||
String url1 = message.getContentUrl(); // pc链接
|
||||
if (StringUtils.isNotEmpty(url)) {
|
||||
url= url.replace("type=toHandle&","");
|
||||
url1= url1.replace("type=toHandle&","");
|
||||
}
|
||||
// if (StringUtils.isNotEmpty(url)) {
|
||||
// url= url.replace("type=toHandle&","");
|
||||
// url1= url1.replace("type=toHandle&","");
|
||||
// }
|
||||
String h5url = url + "&device=mob&ado=view";
|
||||
try {
|
||||
url = URLEncoder.encode(url, "UTF-8");
|
||||
|
|
Loading…
Reference in New Issue