浏览代码

发货计划更新错误修复

shenjingwei 3 周之前
父节点
当前提交
82b9403e5c
共有 1 个文件被更改,包括 1 次插入1 次删除
  1. 1 1
      src/custom/restcontroller/webmanage/sale/salestarget/enterprisetarget.java

+ 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");