견적서 쿼리 오류 수정
This commit is contained in:
parent
900890a942
commit
962faef413
@ -13,7 +13,6 @@
|
|||||||
, P.WEATHER_POINT
|
, P.WEATHER_POINT
|
||||||
, P.ROOF_KIND_ID
|
, P.ROOF_KIND_ID
|
||||||
, P.SLOPE
|
, P.SLOPE
|
||||||
, P.ANGLE
|
|
||||||
, P.ROOF_MATERIAL_CLASS_ID
|
, P.ROOF_MATERIAL_CLASS_ID
|
||||||
, P.ROOF_MATERIAL_ID
|
, P.ROOF_MATERIAL_ID
|
||||||
, P.SUPPORT_METHOD_ID
|
, P.SUPPORT_METHOD_ID
|
||||||
@ -649,7 +648,6 @@
|
|||||||
, STANDARD_WIND_SPEED_ID = #{standardWindSpeedId}
|
, STANDARD_WIND_SPEED_ID = #{standardWindSpeedId}
|
||||||
, SUPPORT_MEAKER = #{supportMeaker}
|
, SUPPORT_MEAKER = #{supportMeaker}
|
||||||
, NORTH_ARRANGEMENT = #{northArrangement}
|
, NORTH_ARRANGEMENT = #{northArrangement}
|
||||||
, CONSTRUCT_SPECIFICATION_MULTI = #{constructSpecificationMulti}
|
|
||||||
, ROOF_MATERIAL_ID_MULTI = #{roofMaterialIdMulti}
|
, ROOF_MATERIAL_ID_MULTI = #{roofMaterialIdMulti}
|
||||||
, SUPPORT_METHOD_ID_MULTI = #{supportMethodIdMulti}
|
, SUPPORT_METHOD_ID_MULTI = #{supportMethodIdMulti}
|
||||||
, SUPPORT_MEAKER_MULTI = #{supportMeaker}
|
, SUPPORT_MEAKER_MULTI = #{supportMeaker}
|
||||||
|
|||||||
@ -841,8 +841,6 @@
|
|||||||
, SUPPORT_METHOD_ID_MULTI
|
, SUPPORT_METHOD_ID_MULTI
|
||||||
, SUPPORT_MEAKER_MULTI
|
, SUPPORT_MEAKER_MULTI
|
||||||
, DIFF_ROOF_ENABLED
|
, DIFF_ROOF_ENABLED
|
||||||
, ORDER_FLG
|
|
||||||
, TEMP_FLG
|
|
||||||
) VALUES (
|
) VALUES (
|
||||||
#{objectNo}
|
#{objectNo}
|
||||||
, #{planNo}
|
, #{planNo}
|
||||||
@ -878,8 +876,6 @@
|
|||||||
, #{supportMethodIdMulti}
|
, #{supportMethodIdMulti}
|
||||||
, #{supportMeakerMulti}
|
, #{supportMeakerMulti}
|
||||||
, #{diffRoofEnabled}
|
, #{diffRoofEnabled}
|
||||||
, #{orderFlg}
|
|
||||||
, #{tempFlg}
|
|
||||||
)
|
)
|
||||||
</insert>
|
</insert>
|
||||||
|
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user