JAVA:
TC_ENTR_FLOW selectFlowForUpdate(String ENTR_ID);
XML:
<select id="selectFlowForUpdate" resultMap="BaseResultMap" parameterType="java.lang.String"> <bind name="ENTR_ID" value="‘%‘ + _parameter" /> select * from TC_ENTR_FLOW where ENTR_ID like #{ENTR_ID} for update </select>
时间: 2025-01-16 16:13:16