Pārlūkot izejas kodu

发货计划更新错误修复

shenjingwei 3 nedēļas atpakaļ
vecāks
revīzija
82b9403e5c

+ 1 - 1
src/custom/restcontroller/webmanage/sale/salestarget/enterprisetarget.java

@@ -83,7 +83,7 @@ public class enterprisetarget extends Controller {
 
     @API(title = "目标编辑", apiversion = R.ID20221229111502.v1.class)
     @CACHEING_CLEAN(cms = {@cm(clazz = personnel.class, method = {"queryList", "queryDetailList"}), @cm(clazz = personnelstatistics.class, method = {"queryList"})})
-    public String edit() throws YosException {
+    public String editSalestarget() throws YosException {
         long sa_salestargetbillid = content.getLong("sa_salestargetbillid");
         long sys_enterpriseid = content.getLong("sys_enterpriseid");