Commit a9a79e93 authored by 李灿灿's avatar 李灿灿

Merge branch 'feature-licancan' into 'feature/insurance-1.3.0'

feat:保单号维护接口调试

See merge request !286
parents a4ee61cb 1dfbf161
...@@ -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