|
@@ -82,7 +82,13 @@
|
|
|
from t_standard_material_mapping where id = #{id}
|
|
|
</select>
|
|
|
|
|
|
- <select id="getPageListByObj" parameterType="TMaterialStandVO" resultType="TMaterialStandVO">
|
|
|
+
|
|
|
+ <resultMap id="BaseResultMap2" type="com.jiuzhekan.cbkj.beans.drug.TMaterialStandVO">
|
|
|
+ <id column="matId" jdbcType="VARCHAR" property="matId" />
|
|
|
+
|
|
|
+ </resultMap>
|
|
|
+
|
|
|
+ <select id="getPageListByObj" parameterType="TMaterialStandVO" resultMap="BaseResultMap2">
|
|
|
SELECT
|
|
|
tm2.mat_id matId,
|
|
|
tm2.mat_name matName,
|