Compare commits

..

No commits in common. "162991f7fd3762f927865e3f0f45d4ea5d0d3f73" and "22f274bf49dae887cf34f1a4552dda82090f3864" have entirely different histories.

3 changed files with 1 additions and 8 deletions

View File

@ -91,7 +91,4 @@ public class RoofResponse {
@Schema(description = "PC 아이템 ID")
private String pcItemId;
@Schema(description = "하세비치")
private Integer roofHajebichi;
}

View File

@ -421,7 +421,6 @@
, ISNULL(C1.CODE_NM, '') AS ROOF_MATERIAL_NAME
, ISNULL(C2.CODE_NM, '') AS SUPPORT_METHOD_NAME
, ISNULL(C3.CODE_NM, '') AS CONSTRUCT_SPECIFICATION_NAME
, CR.ROOF_HAJEBICHI
FROM T_PLAN P WITH (NOLOCK)
INNER JOIN T_PLAN_INFO PI WITH (NOLOCK)
ON P.OBJECT_NO = PI.OBJECT_NO
@ -438,15 +437,12 @@
LEFT OUTER JOIN M_COMM_L C3 WITH (NOLOCK)
ON C3.HEAD_CD = '201300'
AND RE.CONSTRUCT_SPECIFICATION = C3.CODE
LEFT OUTER JOIN TB_CANVAS_ROOF_MATERIALS_ADD CR WITH (NOLOCK)
ON P.OBJECT_NO = CR.OBJECT_NO
AND P.PLAN_NO = CR.PLAN_NO
WHERE P.OBJECT_NO = #{objectNo}
AND P.PLAN_NO = #{planNo}
</select>
<select id="selectEstimateRoofItemList" parameterType="com.interplug.qcast.biz.estimate.dto.EstimateRequest" resultType="com.interplug.qcast.biz.estimate.dto.RoofResponse">
/* sqlid : com.interplug.qcast.biz.estimate.selectEstimateRoofItemList*/
/* sqlid : com.interplug.qcast.biz.estimate.selectEstimateRoofList */
SELECT
PIE.ROOF_SURFACE_ID
, PIE.OBJECT_NO