safecheck-client 4.0.1-94 → 4.0.1-97

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
@@ -698,7 +698,7 @@ export default {
698
698
  new HttpResetClass().load('POST', `${this.$androidUtil.getProxyUrl()}/api/af-safecheck/sql/safe_singleTable_OrderBy`, {
699
699
  data: {
700
700
  items: 'tcb.id,tcb.f_check_book_name,tcb.f_check_book_type',
701
- tablename: 't_check_book tcb left join t_check_plan tcp on tcb.id = tcp.f_book_id',
701
+ tablename: 't_check_book tcb left join t_check_plan_item tcpi on tcb.id = tcpi.f_check_book_id left join t_check_plan tcp on tcp.id = tcpi.f_plan_id',
702
702
  condition: ` ${condition}`,
703
703
  orderitem: 'tcb.id desc'
704
704
  }