5-13 - fix
parent
3abe8cbda9
commit
b538413d94
|
|
@ -83,5 +83,7 @@ public class HiddenAcceptRecordCO extends ClientObject {
|
||||||
//环境
|
//环境
|
||||||
@ApiModelProperty(value = "环境")
|
@ApiModelProperty(value = "环境")
|
||||||
private String env;
|
private String env;
|
||||||
|
@ApiModelProperty(value = "打回意见")
|
||||||
|
private String rejectOpinion;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
|
||||||
|
|
@ -50,10 +50,10 @@
|
||||||
</if>
|
</if>
|
||||||
|
|
||||||
</where>
|
</where>
|
||||||
|
GROUP BY h.id
|
||||||
<if test="params.hiddenFindUserName != null and params.hiddenFindUserName != ''">
|
<if test="params.hiddenFindUserName != null and params.hiddenFindUserName != ''">
|
||||||
HAVING hidden_find_user_name LIKE CONCAT('%', #{params.hiddenFindUserName}, '%')
|
HAVING hidden_find_user_name LIKE CONCAT('%', #{params.hiddenFindUserName}, '%')
|
||||||
</if>
|
</if>
|
||||||
GROUP BY h.id
|
|
||||||
ORDER BY
|
ORDER BY
|
||||||
h.create_time desc
|
h.create_time desc
|
||||||
</select>
|
</select>
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue