Ver Fonte

凭证导入整理

郭齐峰 há 2 anos atrás
pai
commit
1091390b0a
1 ficheiros alterados com 1 adições e 1 exclusões
  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();
 
             }