forked from angelo/java-retail-app
## Opt - 不验证已选数量
This commit is contained in:
parent
f017daaf64
commit
e1cc436284
|
@ -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>
|
||||
|
||||
<!-- 插入或更新区域选择 -->
|
||||
|
|
Loading…
Reference in New Issue