Commit 0f22031c authored by suhuiguang's avatar suhuiguang

1.增加颜色值更新

parent 36b7e2b5
...@@ -176,6 +176,9 @@ ...@@ -176,6 +176,9 @@
`station_basic` `station_basic`
set set
`qrcode_color` = #{item.qrcodeColor}, `qrcode_color` = #{item.qrcodeColor},
<if test="item.level != null and item.level != ''">
risk_Level = #{item.level},
</if>
rec_date = now() rec_date = now()
where where
project_org_code = #{item.code} project_org_code = #{item.code}
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment