1
This commit is contained in:
@@ -85,6 +85,13 @@
|
||||
<if test="params.hasRebateRemark != null and params.hasRebateRemark == true">
|
||||
and rebate_remark_json is not null and char_length(trim(rebate_remark_json)) > 2
|
||||
</if>
|
||||
<if test="params.rebateWithoutUploadLink != null and params.rebateWithoutUploadLink == true">
|
||||
and (
|
||||
rebate_remark_json is null
|
||||
or char_length(trim(rebate_remark_json)) <= 2
|
||||
or rebate_remark_json not like '%"uploadRecordId"%'
|
||||
)
|
||||
</if>
|
||||
<if test="params.beginTime != null and params.beginTime != ''"><!-- 开始时间检索 -->
|
||||
and date(order_time) >= #{params.beginTime}
|
||||
</if>
|
||||
@@ -126,6 +133,13 @@
|
||||
<if test="params.hasRebateRemark != null and params.hasRebateRemark == true">
|
||||
and rebate_remark_json is not null and char_length(trim(rebate_remark_json)) > 2
|
||||
</if>
|
||||
<if test="params.rebateWithoutUploadLink != null and params.rebateWithoutUploadLink == true">
|
||||
and (
|
||||
rebate_remark_json is null
|
||||
or char_length(trim(rebate_remark_json)) <= 2
|
||||
or rebate_remark_json not like '%"uploadRecordId"%'
|
||||
)
|
||||
</if>
|
||||
<if test="params.beginTime != null and params.beginTime != ''"><!-- 开始时间检索 -->
|
||||
and date(order_time) >= #{params.beginTime}
|
||||
</if>
|
||||
|
||||
Reference in New Issue
Block a user