update 修复watch_url查询字段
This commit is contained in:
@@ -64,7 +64,7 @@
|
||||
</insert>
|
||||
<update id="updateOrderMining">
|
||||
UPDATE lease_order_mining
|
||||
SET watch_url = #{clientConfigurationMining.watchUrl}
|
||||
SET watch_url = #{clientConfigurationMining.watch_url}
|
||||
WHERE user_id = #{userEmail} AND pool = #{clientConfigurationMining.pool}
|
||||
</update>
|
||||
|
||||
@@ -211,7 +211,7 @@
|
||||
pool = #{info.pool} AND
|
||||
pool_url = #{info.poolUrl} AND
|
||||
coin = #{info.coin} AND
|
||||
`algorithm` = #{info.algorithm}
|
||||
`algorithm` = #{info.algorithm} AND status = 1
|
||||
</select>
|
||||
|
||||
|
||||
|
||||
Reference in New Issue
Block a user