业务数据逻辑.txt 831 B

1234567891011121314151617181920212223242526272829303132333435363738394041
  1. 1.正式常规任务与临时任务的区别,
  2. 2.如何查询超期未完成的伤
  3. dt_article 检查标准 或者 待检任务
  4. SetNoFinish
  5. select * from dt_article where add_time < GetDate() and status=0 and is_top=0 and is_sys = 0
  6. select * from dt_article where add_time < GetDate() and status=0 and is_top=0 and is_sys = 0
  7. select * from dt_article_category where seo_keywords != '' and id in(select category_id from dt_article where is_top=1)
  8. select * from dt_article where is_top=1
  9. 1插入正常任务
  10. AddTask
  11. article_category 检查项目,检查点
  12. article 检查标准 is_top = 1
  13. SetNoFinish status = 3 是什么意思
  14. status, is_top = 0
  15. 0 未完成
  16. 1 已完成
  17. 2 已取消
  18. 3 无完成
  19. is_msg
  20. 0 待审核
  21. 1 已审核
  22. is_top = 1
  23. 检查标准
  24. article_attribute_value 检查频率
  25. GetForAudit type = 1 管理员查找 过期未做
  26. GetTaskCount type = 3 会员查看 过期未做
  27. convert(varchar(10),GETDATE(),120)