Explorar el Código

[积分][修改]:B端积分操作记录列表

release_toaliyun_real
hanxueda hace 7 años
padre
commit
572b11587d
Se han modificado 1 ficheros con 7 adiciones y 4 borrados
  1. +7
    -4
      mallinkService/src/main/resources/mapper/WxCreditHistoryMapper.xml

+ 7
- 4
mallinkService/src/main/resources/mapper/WxCreditHistoryMapper.xml Ver fichero

@@ -90,17 +90,20 @@
<if test=" null != tenantId "> <if test=" null != tenantId ">
and credit.tenant_id = #{tenantId} and credit.tenant_id = #{tenantId}
</if> </if>
<if test=" null != operatorType ">
and credit.operator_type = #{operatorType}
</if>
<if test=" null != operatorId "> <if test=" null != operatorId ">
and `operator_id` = #{operatorId}
and credit.operator_id = #{operatorId}
</if> </if>
<if test=" null != creditType "> <if test=" null != creditType ">
and `credit_type` = #{creditType}
and credit.credit_type = #{creditType}
</if> </if>
<if test=" null != cUserId "> <if test=" null != cUserId ">
and `c_user_id` = #{cUserId}
and credit.c_user_id = #{cUserId}
</if> </if>
<if test=" null != merchantId "> <if test=" null != merchantId ">
and `merchant_id` = #{merchantId}
and credit.merchant_id = #{merchantId}
</if> </if>
</sql> </sql>




Cargando…
Cancelar
Guardar