Explorar o código

凭证导入整理

郭齐峰 %!s(int64=2) %!d(string=hai) anos
pai
achega
1091390b0a
Modificáronse 1 ficheiros con 1 adicións e 1 borrados
  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();
 
             }