|
|
@@ -185,51 +185,12 @@
|
|
|
FROM show_bdyc
|
|
|
<where>
|
|
|
del_flag='0'
|
|
|
- <if test="foundDate!=null and foundDate!=''">
|
|
|
- and found_date=#{foundDate}
|
|
|
- </if>
|
|
|
- <if test="lineName!=null and lineName!=''">
|
|
|
- and line_name=#{lineName}
|
|
|
- </if>
|
|
|
- <if test="stationName!=null and stationName!=''">
|
|
|
- and station_name=#{stationName}
|
|
|
- </if>
|
|
|
- <if test="qxsbmc!=null and qxsbmc!=''">
|
|
|
- and qxsbmc=#{qxsbmc}
|
|
|
- </if>
|
|
|
- <if test="yxbh!=null and yxbh!=''">
|
|
|
- and yxbh=#{yxbh}
|
|
|
- </if>
|
|
|
<if test="qxdj!=null and qxdj!=''">
|
|
|
and qxdj=#{qxdj}
|
|
|
</if>
|
|
|
- <if test="qxnr!=null and qxnr!=''">
|
|
|
- and qxnr=#{qxnr}
|
|
|
- </if>
|
|
|
- <if test="reason!=null and reason!=''">
|
|
|
- and reason=#{reason}
|
|
|
- </if>
|
|
|
- <if test="zrbm!=null and zrbm!=''">
|
|
|
- and zrbm=#{zrbm}
|
|
|
- </if>
|
|
|
<if test="sjgq!=null and sjgq!=''">
|
|
|
and sjgq=#{sjgq}
|
|
|
</if>
|
|
|
- <if test="rectifyResult!=null and rectifyResult!=''">
|
|
|
- and rectify_result=#{rectifyResult}
|
|
|
- </if>
|
|
|
- <if test="rectifyWay!=null and rectifyWay!=''">
|
|
|
- and rectify_way=#{rectifyWay}
|
|
|
- </if>
|
|
|
- <if test="rectifyDate!=null and rectifyDate!=''">
|
|
|
- and rectify_date=#{rectifyDate}
|
|
|
- </if>
|
|
|
- <if test="counted!=null and counted!=''">
|
|
|
- and counted=#{counted}
|
|
|
- </if>
|
|
|
- <if test="planDate!=null and planDate!=''">
|
|
|
- and plan_date=#{planDate}
|
|
|
- </if>
|
|
|
</where>
|
|
|
</select>
|
|
|
|