|
@@ -141,7 +141,7 @@ public class PlanController {
|
|
|
* @param bo
|
|
|
* @return
|
|
|
*/
|
|
|
- @SaCheckPermission("szzs:plan:test")
|
|
|
+// @SaCheckPermission("szzs:plan:test")
|
|
|
@PostMapping("/getSign")
|
|
|
public R getSign(@RequestBody PlanAddBo bo){
|
|
|
if (bo.getPlanStartTime() != null && bo.getPlanEndTime() != null)
|
|
@@ -176,7 +176,7 @@ public class PlanController {
|
|
|
* @param planId
|
|
|
* @return
|
|
|
*/
|
|
|
- @SaCheckPermission("szzs:plan:delete")
|
|
|
+// @SaCheckPermission("szzs:plan:delete")
|
|
|
@DeleteMapping("/{planId}")
|
|
|
public R deletePlan(@PathVariable String planId){
|
|
|
int i = planService.deletePlan(planId);
|
|
@@ -189,7 +189,7 @@ public class PlanController {
|
|
|
* @param bo
|
|
|
* @return
|
|
|
*/
|
|
|
- @SaCheckPermission("szzs:plan:list")
|
|
|
+// @SaCheckPermission("szzs:plan:list")
|
|
|
@PostMapping("/push/list")
|
|
|
public R pushList(@RequestBody PlanBo bo){
|
|
|
if (bo.getStartTime() != null && bo.getEndTime() != null)
|