test(compare): trace deterministic monthly seed progression
This commit is contained in:
@@ -31,7 +31,7 @@ class che_도시치료 extends BaseGeneralTrigger
|
||||
if ($general->getNationID() == 0) {
|
||||
/** @var array{int,string,string}[] $patients */
|
||||
$patients = $db->queryAllLists(
|
||||
'SELECT no,name,nation FROM general WHERE city=%i AND nation=%i AND injury > 10 AND no != %i',
|
||||
'SELECT no,name,nation FROM general WHERE city=%i AND nation=%i AND injury > 10 AND no != %i ORDER BY no',
|
||||
$general->getCityID(),
|
||||
0,
|
||||
$general->getID()
|
||||
@@ -40,7 +40,7 @@ class che_도시치료 extends BaseGeneralTrigger
|
||||
else {
|
||||
/** @var array{int,string,string}[] $patients */
|
||||
$patients = $db->queryAllLists(
|
||||
'SELECT no,name,nation FROM general WHERE city=%i AND injury > 10 AND no != %i',
|
||||
'SELECT no,name,nation FROM general WHERE city=%i AND injury > 10 AND no != %i ORDER BY no',
|
||||
$general->getCityID(),
|
||||
$general->getID()
|
||||
);
|
||||
|
||||
Reference in New Issue
Block a user