plainin list와 read기본

This commit is contained in:
Suh
2024-01-17 17:42:17 +09:00
parent feab8f173c
commit 2a63f0dfc8
6 changed files with 51 additions and 6 deletions

View File

@@ -42,7 +42,7 @@
from plan_In plan join account acc join vendor join warehouse join product
on plan.product_id = product.id and plan.vendor_id = vendor.id and plan.manager_id = acc.id
and plan.warehouse_id = warehouse.id
where plan.group_number = #{groupNumber} and plan.product_id = #{productId}
where plan.group_number = #{groupNumber}
</select>
<select id="selectAll" resultMap="planInResultMap" parameterType="map">
SELECT