Canvas기본설정 조회 쿼리 수정
This commit is contained in:
parent
0c376b8ca9
commit
5933f17d1c
@ -29,7 +29,7 @@
|
||||
LEFT JOIN TB_CANVAS_ROOF_MATERIALS_ADD crma
|
||||
ON cbs.object_no = crma.object_no
|
||||
WHERE cbs.object_no = #{objectNo}
|
||||
<if test="roofSeq != '1'">
|
||||
<if test="roofSeq == 0">
|
||||
AND crma.roof_seq = 0
|
||||
</if>
|
||||
</select>
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user