|
@@ -76,7 +76,7 @@ public class Inc10100Controller extends BaseController {
|
|
*/
|
|
*/
|
|
@PreAuthorize("@ss.hasPermi('business:product:sync')")
|
|
@PreAuthorize("@ss.hasPermi('business:product:sync')")
|
|
@GetMapping(value = "/getP2Product")
|
|
@GetMapping(value = "/getP2Product")
|
|
- @Transactional
|
|
|
|
|
|
+// @Transactional
|
|
public AjaxResult getP2Product() {
|
|
public AjaxResult getP2Product() {
|
|
boolean result;
|
|
boolean result;
|
|
// result = true;
|
|
// result = true;
|