|
@@ -211,7 +211,7 @@ PUBLIC "-//mybatis.org//DTD Mapper 3.0//EN"
|
|
</select>
|
|
</select>
|
|
|
|
|
|
<select id="getflowfieldinputOption" parameterType="Long" resultType="int">
|
|
<select id="getflowfieldinputOption" parameterType="Long" resultType="int">
|
|
- select count(bz_flow_field_input_t.id)
|
|
|
|
|
|
+ select count(*)
|
|
from
|
|
from
|
|
bz_flow_field_input_t
|
|
bz_flow_field_input_t
|
|
where bz_flow_field_input_t.model_3d_id = #{id}
|
|
where bz_flow_field_input_t.model_3d_id = #{id}
|