去debugger

This commit is contained in:
zhangbb 2019-09-20 11:04:24 +08:00
parent 593616447b
commit 07cc3f82ad

View File

@ -46,7 +46,6 @@
Ids += "@"+getItemValue(0,rows[i],"ID");
}
Ids = Ids.substring(1);
debugger;
var result = RunJavaMethodTrans("paymentInfoUpdate.UpdatePaymentInfo","requestAndAction","Ids="+Ids);
if("SUCCESS" == result){
AsDebug.showMessage("提示","操作成功!","","",true);