Commit f0e8fb24 by 徐高华

审批

parent 12a2f6a7
......@@ -187,8 +187,8 @@ public class AuditController extends WebBaseController{
//审核拒绝
@HttpLimit
@RequestMapping("refuse")
public HaobanResponse refuse(String auditId,String auditReason ,String auditName) {
if(StringUtils.isAnyBlank(auditId,auditReason,auditName)){
public HaobanResponse refuse(String auditId,String auditReason) {
if(StringUtils.isAnyBlank(auditId,auditReason)){
return resultResponse(HaoBanErrCode.ERR_2);
}
WebLoginDTO login = AuthWebRequestUtil.getLoginUser();
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment