Browse Source

凭证导入整理

郭齐峰 2 years ago
parent
commit
1091390b0a
1 changed files with 1 additions and 1 deletions
  1. 1 1
      src/custom/restcontroller/sale/cashbill/cashbill.java

+ 1 - 1
src/custom/restcontroller/sale/cashbill/cashbill.java

@@ -310,7 +310,7 @@ public class cashbill extends Controller {
                 if (!aa.isEmpty()) {
                     url = aa.get(0).getString("url");
                 }
-                return getErrReturnObject().setErrMsg(url).toString();
+                return getSucReturnObject().setData(url).toString();
 
             }