zq-erp/src/main/resources/mybatis/mapper/hive/SysProjUseDao.xml
@@ -65,7 +65,6 @@ create_time, update_by, update_time, id, proj_use_id, surplus_count, is_over, @@ -82,7 +81,6 @@ now(), #{updateBy}, now(), #{id}, #{projUseId}, #{surplusCount}, #{isOver}, @@ -956,4 +954,7 @@ where b.ORDER_ITEM_ID=#{orderItemId} and c.STATE !='预约取消'; </select> <select id="selectByOrderItemId" resultType="com.matrix.system.hive.bean.SysProjUse"> select * from sys_proj_use where ORDER_ITEM_ID =#{orderItemId} </select> </mapper>