Merge branch 'dht_Webhook' into 'master'

add ztest

See merge request easycorp/zentaopms!3048
This commit is contained in:
孙广明
2022-04-21 02:01:44 +00:00

View File

@@ -96,7 +96,13 @@ switch($argv[1])
break;
case 'productsonplan':
ztfRun('model/productsonplan');
break;;
break;
case 'personnel':
ztfRun('model/personnel');
break;
case 'projectstory':
ztfRun('model/projectstory');
break;
case 'admin':
ztfRun('model/admin');
break;