Compare commits
2 Commits
a17969e5e2
...
c7cf377358
| Author | SHA1 | Date | |
|---|---|---|---|
| c7cf377358 | |||
| f6c365d60e |
@@ -17,7 +17,7 @@
|
|||||||
</resultMap>
|
</resultMap>
|
||||||
|
|
||||||
|
|
||||||
<select id="selectVoByCoilId" resultMap="WmsCoilCacheResult">
|
<select id="selectVoByCoilId" resultType="com.klp.domain.vo.WmsCoilCacheVo">
|
||||||
select * from wms_coil_cache where coil_id = #{coilId}
|
select * from wms_coil_cache where coil_id = #{coilId}
|
||||||
</select>
|
</select>
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user