|
@@ -1,6 +1,8 @@
|
|
|
package cn.ezhizao.project.business.controller;
|
|
|
|
|
|
import cn.ezhizao.common.utils.uuid.SnowflakeIdWorker;
|
|
|
+import cn.ezhizao.framework.aspectj.lang.annotation.Log;
|
|
|
+import cn.ezhizao.framework.aspectj.lang.enums.BusinessType;
|
|
|
import cn.ezhizao.framework.web.controller.BaseController;
|
|
|
import cn.ezhizao.framework.web.domain.AjaxResult;
|
|
|
import cn.ezhizao.project.business.domain.*;
|
|
@@ -75,6 +77,7 @@ public class Inc10100Controller extends BaseController {
|
|
|
* 获取 inc10100 信息传到 biz_product
|
|
|
*/
|
|
|
@PreAuthorize("@ss.hasPermi('business:product:sync')")
|
|
|
+ @Log(title = "同步P2产品信息", businessType = BusinessType.INSERT)
|
|
|
@GetMapping(value = "/getP2Product")
|
|
|
// @Transactional
|
|
|
public AjaxResult getP2Product() {
|
|
@@ -648,7 +651,7 @@ public class Inc10100Controller extends BaseController {
|
|
|
/**
|
|
|
* 获取inc10100详细信息
|
|
|
* 获取 inc10100 信息传到 biz_product
|
|
|
- * 20270716 之前 旧版本
|
|
|
+ * 20240716 之前 旧版本
|
|
|
*/
|
|
|
@PreAuthorize("@ss.hasPermi('business:product:sync')")
|
|
|
@GetMapping(value = "/getP2ProductV0")
|