@@ -63,7 +63,7 @@
<include refid="selectTwinWorkshopCalcVo"/>
<where>
<if test="wsCode != null ">
- and WS_CODE = #{wsCode})
+ and WS_CODE = #{wsCode}
</if>
and FORMAT(DATA_DATE, 'yyyy-MM-dd') >= #{date}
</where>