微生物模块
This commit is contained in:
parent
eff175d85d
commit
15a7e83431
@ -80,9 +80,9 @@
|
|||||||
SELECT jyrq, yq, ybh,xmdh, xh, ywdh, mic,rad, csjg, jgbz, bz,txtresult
|
SELECT jyrq, yq, ybh,xmdh, xh, ywdh, mic,rad, csjg, jgbz, bz,txtresult
|
||||||
FROM (
|
FROM (
|
||||||
<foreach collection="list" item="item" separator="UNION ALL">
|
<foreach collection="list" item="item" separator="UNION ALL">
|
||||||
SELECT #{item.jyrq}, #{item.yq}, #{item.ybh},
|
SELECT #{item.jyrq} as jyrq, #{item.yq} as yq, #{item.ybh} as ybh,
|
||||||
#{item.xmdh}, #{item.xh}, #{item.ywdh}, #{item.item.mic},
|
#{item.xmdh} as xmdh, #{item.xh} as xh, #{item.ywdh} as ywdh, #{item.mic} as mic,
|
||||||
#{item.rad}, #{item.csjg}, #{item.jgbz}, #{item.bz},#{item.txtresult}
|
#{item.rad} as rad, #{item.csjg} as csjg, #{item.jgbz} as jgbz, #{item.bz} as bz,#{item.txtresult} as txtresult
|
||||||
</foreach>
|
</foreach>
|
||||||
) AS temp
|
) AS temp
|
||||||
</insert>
|
</insert>
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user