5-13 - fix

main
tianxinlei 2026-05-13 17:00:26 +08:00
parent 3abe8cbda9
commit b538413d94
2 changed files with 3 additions and 1 deletions

View File

@ -83,5 +83,7 @@ public class HiddenAcceptRecordCO extends ClientObject {
//环境
@ApiModelProperty(value = "环境")
private String env;
@ApiModelProperty(value = "打回意见")
private String rejectOpinion;
}

View File

@ -50,10 +50,10 @@
</if>
</where>
GROUP BY h.id
<if test="params.hiddenFindUserName != null and params.hiddenFindUserName != ''">
HAVING hidden_find_user_name LIKE CONCAT('%', #{params.hiddenFindUserName}, '%')
</if>
GROUP BY h.id
ORDER BY
h.create_time desc
</select>