|
@@ -60,7 +60,7 @@ public class rebateunjoinproducts extends Controller {
|
|
|
|
|
|
|
|
|
@API(title = "装修返利方案参与返利商品新增更新", apiversion = R.ID20240722145403.v1.class)
|
|
|
- @CACHEING_CLEAN(apiClass = {rebateunjoinproducts.class})
|
|
|
+ @CACHEING_CLEAN(apiClass = {rebateunjoinproducts.class, rebateunproducts.class})
|
|
|
public String insertormodify_rebateunproducts() throws YosException {
|
|
|
Long sa_rebateschemeid = content.getLong("sa_rebateschemeid");
|
|
|
JSONArray iteminfos = content.getJSONArray("iteminfos");
|
|
@@ -125,7 +125,7 @@ public class rebateunjoinproducts extends Controller {
|
|
|
}
|
|
|
|
|
|
@API(title = "删除", apiversion = R.ID20240722145603.v1.class)
|
|
|
- @CACHEING_CLEAN(apiversions = {R.ID20230627111003.v1.class},apiClass = {rebateunjoinproducts.class})
|
|
|
+ @CACHEING_CLEAN(apiversions = {R.ID20230627111003.v1.class},apiClass = {rebateunjoinproducts.class, rebateunproducts.class})
|
|
|
public String delete() throws YosException {
|
|
|
|
|
|
JSONArray sa_rebateunjoinproductsids = content.getJSONArray("sa_rebateunjoinproductsids");
|
|
@@ -140,7 +140,7 @@ public class rebateunjoinproducts extends Controller {
|
|
|
}
|
|
|
|
|
|
@API(title = "导入参与返利商品", apiversion = R.ID20240722145703.v1.class)
|
|
|
- @CACHEING_CLEAN(apiClass = {rebateunjoinproducts.class})
|
|
|
+ @CACHEING_CLEAN(apiClass = {rebateunjoinproducts.class, rebateunproducts.class})
|
|
|
public String importItem() throws YosException {
|
|
|
ArrayList<String> sqlList = new ArrayList<>();
|
|
|
|