|
@@ -18,6 +18,10 @@ public interface PowersiPluginDao extends BaseMapper<PowersiMipSetlinfo> {
|
|
|
"openid=#{openid} where his_order_num=#{hisOrdNum}")
|
|
|
void lockOrder(String hisOrdNum, String openid, int flag);
|
|
|
|
|
|
+ @Update("update mz_order_lock set lock_flag=0,update_time=getdate(), " +
|
|
|
+ "openid=#{openid},ybzf=0 where his_order_num=#{hisOrdNum}")
|
|
|
+ void unlockOrder(String hisOrdNum, String openid);
|
|
|
+
|
|
|
@Update("update mz_order_lock set lock_flag=#{flag},update_time=getdate(), " +
|
|
|
"openid=#{openid},ybzf=1 where his_order_num=#{hisOrdNum}")
|
|
|
void lockYbOrder(String hisOrdNum, String openid, int flag);
|