Browse Source

定时同步efast物流信息

liujiankang 7 years ago
parent
commit
02d7c2c30e

+ 1 - 1
watero-rst-web/src/main/webapp/WEB-INF/views/cm/inspection/add_remark.ftl

@@ -65,7 +65,7 @@
         $.ajax({
             cache: true,
             type: "POST",
-            url: "${path}/admin/detect/add_remark",
+            url: "${path}/admin/detect/update_complete",
             data:$('#form-admin-add').serialize(),// 你的formid
             async: false,
             success: function(data){