src/main/resources/mapper/modules/MallMoneyFlowMapper.xml | ●●●●● patch | view | raw | blame | history |
src/main/resources/mapper/modules/MallMoneyFlowMapper.xml
@@ -63,7 +63,7 @@ and b.phone like concat('%', #{record.phone},'%') </if> <if test="record.type!=null and record.type!=''"> and a.type like concat('%', #{record.type},'%') and a.type = #{record.type} </if> <if test="record.flowType!=null and record.flowType!=''"> and a.flow_type like concat('%', #{record.flowType},'%')