generalSource 폐기

This commit is contained in:
2018-10-17 16:01:38 +09:00
parent dbcfe6fc6e
commit 1004e5a8bd
14 changed files with 67 additions and 91 deletions
@@ -27,7 +27,7 @@ class che_도시치료 extends BaseGeneralTrigger{
$patients = $db->queryAllLists(
'SELECT no,name,nation FROM general WHERE city=%i AND injury > 10 AND no != %i',
$general->getVar('city'),
$general->getVar('no')
$general->getID()
);
if(!$patients){