...
|
...
|
@@ -109,7 +109,7 @@ |
|
|
select
|
|
|
<include refid="Base_Column_List" />
|
|
|
from land_businesstype_list
|
|
|
where BARCODE = #{barcode,jdbcType=VARCHAR} AND ISVALID = "1" and and TURNOVERFLAG = "E"
|
|
|
where BARCODE = #{barcode,jdbcType=VARCHAR} AND ISVALID = "1" and TURNOVERFLAG = "E"
|
|
|
</select>
|
|
|
|
|
|
<select id="selectMessageId" parameterType="java.lang.String" resultMap="BaseResultMap">
|
...
|
...
|
|