글자 너비를 반각 18자까지 확장

This commit is contained in:
2018-10-29 02:39:23 +09:00
parent 2cc0150bec
commit 13fab5ebe4
13 changed files with 174 additions and 14 deletions
+2 -2
View File
@@ -38,8 +38,8 @@ $defaultCheck = [
'integerArray'=>[
'destNationIDList', 'destGeneralIDList'
],
'lengthBetween'=>[
['nationName', 1, 9]
'stringWidthBetween'=>[
['nationName', 1, 18]
]
];