项目部管理接口
This commit is contained in:
parent
fc706aec32
commit
ca09b9adf4
|
|
@ -95,7 +95,7 @@ public class ProDepartController extends BaseController {
|
|||
|
||||
@ApiOperation(value = "设置项目部状态")
|
||||
// @PreventRepeatSubmit
|
||||
@RequiresPermissions("basic:depart:editStatus")
|
||||
// @RequiresPermissions("basic:depart:editStatus")
|
||||
@SysLog(title = "项目部管理", businessType = OperaType.UPDATE, logType = 1,module = "项目部管理->设置项目部状态")
|
||||
@PostMapping("editDepartStatus")
|
||||
public AjaxResult editDepartStatus(@RequestBody ProDepartVo vo) {
|
||||
|
|
|
|||
|
|
@ -60,7 +60,7 @@ PUBLIC "-//mybatis.org//DTD Mapper 3.0//EN"
|
|||
use_status AS useStatus,
|
||||
remark
|
||||
FROM tb_pro_depart
|
||||
WHERE is_active = '1'
|
||||
WHERE id = #{id} AND is_active = '1'
|
||||
</select>
|
||||
<!--查询项目部-->
|
||||
<select id="getDeparts" resultType="com.bonus.base.basic.domain.vo.ProDepartVo">
|
||||
|
|
|
|||
Loading…
Reference in New Issue