haoce修改mysql

时间:2022-04-29 17:50:20

修改时长余额

select * from sys_user_product up where up.user_id in(
select u.id from sys_user u where login_name='18118196812' and u.del_flag='0') and up.product_code = 'phoneTime';

查看任务运行

SELECT * from tst_test_task t where t.task_id='4b604a51f8d54a528562ad612da262af';  //task id

SELECT * from tst_test_run t where t.task_id=604