pms-parent/pms-global/src/main/resources/mapper/PrOrderMapper.xml
@@ -33,7 +33,9 @@ from pr_order where id = #{id,jdbcType=BIGINT} </select> <select id="selectOrderNameById" parameterType="java.lang.Long" resultType="String"> select name from pr_order where id=#{orderId,jdbcType=BIGINT} </select> <select id="exists" resultType="java.lang.Boolean"> select count(1) from pr_order where name = #{name} <if test="id != null">