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