Skip to content

Commit 9a4865e

Browse files
committed
Merge conflicts
2 parents 8a0b592 + 01d1d28 commit 9a4865e

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

README.md

+2-2
Original file line numberDiff line numberDiff line change
@@ -105,8 +105,8 @@ $selectQuery = $ab->query()->select(
105105
$ab->tbl_facility->fac_code
106106
);
107107
108-
$selectQuery->join('inner',$ab->tbl_facility)->on($ab->tbl_customer->c_id,'=',$ab->tbl_facility->c_id);
109-
$selectQuery->join('inner',$ab->tbl_another)->on($ab->tbl_customer->c_id,'=',$ab->tbl_another->c_id);
108+
$selectQuery->join(AB_JOIN_INNER,$ab->tbl_facility)->on($ab->tbl_customer->c_id,'=',$ab->tbl_facility->c_id);
109+
$selectQuery->join(AB_JOIN_INNER,$ab->tbl_another)->on($ab->tbl_customer->c_id,'=',$ab->tbl_another->c_id);
110110
$selectQuery->orderBy($ab->tbl_customer->c_id,'desc');
111111
$selectQuery->groupBy($ab->tbl_another->ant_id);
112112
$selectQuery->where($ab->tbl_another->ant_id,'=',"A");

0 commit comments

Comments
 (0)