3
0
Fork 0

Merge remote-tracking branch 'origin/dev' into dev

This commit is contained in:
cabbage 2025-08-12 09:39:39 +08:00
commit 979970fefe
1 changed files with 2 additions and 0 deletions

View File

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