|
@@ -374,7 +374,7 @@ PUBLIC "-//mybatis.org//DTD Mapper 3.0//EN"
|
|
|
<!-- 下面是新增的 不允许删除或者覆盖-->
|
|
|
<select id="getUniqueTXinyiIndustry" resultMap="TXinyiIndustryResult">
|
|
|
<include refid="selectTXinyiIndustryVo"/>
|
|
|
- where TEST_HOUR = #{testTime}
|
|
|
+ where TEST_HOUR = #{testTime} limit 1
|
|
|
</select>
|
|
|
|
|
|
<update id="updateTXinyiIndustryCLByBetweenTime" >
|