3
0
Fork 0

## Opt - 不验证已选数量

This commit is contained in:
sangelxiu1 2025-08-07 12:04:19 +08:00
parent f017daaf64
commit e1cc436284
1 changed files with 2 additions and 0 deletions

View File

@ -228,10 +228,12 @@
county
</if>
) region ON pr.PK_ID = region.id
<!--
WHERE
nvl( region.num, 0 ) <![CDATA[ < ]]> pr.BIND_NUM
ORDER BY
nvl( region.num, 0 ) DESC
-->
</select>
<!-- 插入或更新区域选择 -->