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