系统问题修改
This commit is contained in:
-1
@@ -42,7 +42,6 @@ public class DomainUserRelController {
|
||||
@AutoLog(value = "领域与用户关系-查询")
|
||||
@ApiOperation(value="领域与用户关系-查询", notes="领域与用户关系-查询")
|
||||
@PostMapping(value = "/queryList")
|
||||
@RequiresPermissions("domain:list")
|
||||
public Result<?> queryList(){
|
||||
return domainUserRelService.queryList();
|
||||
}
|
||||
|
||||
+2
-2
@@ -27,6 +27,6 @@ public interface OnlCgformTagMapper extends BaseMapper<OnlCgformTag> {
|
||||
* @param isDelete
|
||||
* @param id
|
||||
*/
|
||||
@Update("update onl_cgform_field set is_delete = #{flag,jdbcType=INTEGER} where id = #{id,jdbcType=VARCHAR}")
|
||||
public void updateDictDelFlag(@Param("flag") int isDelete, @Param("id") String id);
|
||||
@Update("update onl_cgform_field set is_delete = #{isDelete,jdbcType=INTEGER} where id = #{id,jdbcType=VARCHAR}")
|
||||
public void updateDictDelFlag(@Param("isDelete") int isDelete, @Param("id") String id);
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user