|
@@ -31,7 +31,7 @@
|
|
|
from t_data_model
|
|
|
where user_id = #{userId}
|
|
|
<if test="operationRule != null">
|
|
|
- AND (remark LIKE CONCAT('%', #{operationRuleg}, '%') or operation_rule LIKE CONCAT('%', #{operationRuleg},
|
|
|
+ AND (remark LIKE CONCAT('%', #{operationRule}, '%') or operation_rule LIKE CONCAT('%', #{operationRule},
|
|
|
'%'))
|
|
|
</if>
|
|
|
</select>
|
|
@@ -42,7 +42,7 @@
|
|
|
from t_data_model
|
|
|
where user_id = #{userId}
|
|
|
<if test="operationRule != null">
|
|
|
- AND (remark LIKE CONCAT('%', #{operationRuleg}, '%') or operation_rule LIKE CONCAT('%', #{operationRuleg},
|
|
|
+ AND (remark LIKE CONCAT('%', #{operationRule}, '%') or operation_rule LIKE CONCAT('%', #{operationRule},
|
|
|
'%'))
|
|
|
</if>
|
|
|
limit #{startNum},#{limitNum}
|