Commit 1dfbf161 authored by 李灿灿's avatar 李灿灿

feat:保单号维护接口调试

parent 6fa20c95
...@@ -48,7 +48,7 @@ ...@@ -48,7 +48,7 @@
and INSURANCE_TYPE_NAME like concat('%',replace(replace(#{param.insuranceTypeName},'_','\_'),'%','\%'),'%') and INSURANCE_TYPE_NAME like concat('%',replace(replace(#{param.insuranceTypeName},'_','\_'),'%','\%'),'%')
</if> </if>
<if test="param.enableFlag != null"> <if test="param.enableFlag != null">
and ENABLE_FLAG = #{enableFlag} and ENABLE_FLAG = #{param.enableFlag}
</if> </if>
ORDER BY CREATE_TIME DESC ORDER BY CREATE_TIME DESC
</select> </select>
...@@ -74,7 +74,7 @@ ...@@ -74,7 +74,7 @@
and INSURANCE_TYPE_NAME like concat('%',replace(replace(#{param.insuranceTypeName},'_','\_'),'%','\%'),'%') and INSURANCE_TYPE_NAME like concat('%',replace(replace(#{param.insuranceTypeName},'_','\_'),'%','\%'),'%')
</if> </if>
<if test="param.enableFlag != null"> <if test="param.enableFlag != null">
and ENABLE_FLAG = #{enableFlag} and ENABLE_FLAG = #{param.enableFlag}
</if> </if>
ORDER BY CREATE_TIME DESC ORDER BY CREATE_TIME DESC
</select> </select>
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment