This commit is contained in:
aozhiwei 2022-11-25 14:26:47 +08:00
parent 2cc0366208
commit 3c348f20fe

View File

@ -71,7 +71,7 @@ class FeeBack {
[
['!strength',
() => {
return 'strength + ' + row['item_num']
return 'GREATEST(0, strength - ' + row['item_num'] + ')'
}],
]
);