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