5-13 - fix
parent
3abe8cbda9
commit
b538413d94
|
|
@ -83,5 +83,7 @@ public class HiddenAcceptRecordCO extends ClientObject {
|
|||
//环境
|
||||
@ApiModelProperty(value = "环境")
|
||||
private String env;
|
||||
@ApiModelProperty(value = "打回意见")
|
||||
private String rejectOpinion;
|
||||
}
|
||||
|
||||
|
|
|
|||
|
|
@ -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>
|
||||
|
|
|
|||
Loading…
Reference in New Issue