Browse Source

1.22修改删除功能

zhouzh 3 years ago
parent
commit
1324c9cd7d

+ 1 - 1
src/main/resources/com/steerinfo/dil/mapper/RmsBidAreaMapper.xml

@@ -253,7 +253,7 @@
     </set>
     where BID_AREA_ID = #{bidAreaId,jdbcType=DECIMAL}
   </update>
-  <select id="selectByPrimaryKey" parameterType="java.lang.Short" resultMap="BaseResultMap">
+  <select id="selectByPrimaryKey" parameterType="java.math.BigDecimal" resultMap="BaseResultMap">
     <include refid="select" />
     where BID_AREA_ID = #{bidAreaId,jdbcType=DECIMAL}
   </select>

+ 1 - 1
src/main/resources/com/steerinfo/dil/mapper/RmsCarrierMapper.xml

@@ -889,7 +889,7 @@
     </set>
     where CARRIER_ID = #{carrierId,jdbcType=DECIMAL}
   </update>
-  <select id="selectByPrimaryKey" parameterType="java.lang.Short" resultMap="BaseResultMap">
+  <select id="selectByPrimaryKey" parameterType="java.math.BigDecimal" resultMap="BaseResultMap">
     <include refid="select" />
     where CARRIER_ID = #{carrierId,jdbcType=DECIMAL}
   </select>

+ 1 - 1
src/main/resources/com/steerinfo/dil/mapper/RmsConsigneeMapper.xml

@@ -470,7 +470,7 @@
     </set>
     where CONSIGNEE_ID = #{consigneeId,jdbcType=DECIMAL}
   </update>
-  <select id="selectByPrimaryKey" parameterType="java.lang.Long" resultMap="BaseResultMap">
+  <select id="selectByPrimaryKey" parameterType="java.math.BigDecimal" resultMap="BaseResultMap">
     <include refid="select" />
     where CONSIGNEE_ID = #{consigneeId,jdbcType=DECIMAL}
   </select>

+ 1 - 1
src/main/resources/com/steerinfo/dil/mapper/RmsMaterialTypeMapper.xml

@@ -252,7 +252,7 @@
     </set>
     where MATERIAL_TYPE_ID = #{materialTypeId,jdbcType=DECIMAL}
   </update>
-  <select id="selectByPrimaryKey" parameterType="java.lang.Short" resultMap="BaseResultMap">
+  <select id="selectByPrimaryKey" parameterType="java.math.BigDecimal" resultMap="BaseResultMap">
     <include refid="select" />
     where MATERIAL_TYPE_ID = #{materialTypeId,jdbcType=DECIMAL}
   </select>

+ 1 - 1
src/main/resources/com/steerinfo/dil/mapper/RmsOilPriceMapper.xml

@@ -296,7 +296,7 @@
     </set>
     where PRICE_ID = #{priceId,jdbcType=DECIMAL}
   </update>
-  <select id="selectByPrimaryKey" parameterType="java.lang.Short" resultMap="BaseResultMap">
+  <select id="selectByPrimaryKey" parameterType="java.math.BigDecimal" resultMap="BaseResultMap">
     <include refid="select" />
     where PRICE_ID = #{priceId,jdbcType=DECIMAL}
   </select>

+ 1 - 1
src/main/resources/com/steerinfo/dil/mapper/RmsPersonnelMapper.xml

@@ -423,7 +423,7 @@
     </set>
     where PERSONNEL_ID = #{personnelId,jdbcType=DECIMAL}
   </update>
-  <select id="selectByPrimaryKey" parameterType="java.lang.Short" resultMap="BaseResultMap">
+  <select id="selectByPrimaryKey" parameterType="java.math.BigDecimal" resultMap="BaseResultMap">
     <include refid="select" />
     where PERSONNEL_ID = #{personnelId,jdbcType=DECIMAL}
   </select>

+ 1 - 1
src/main/resources/com/steerinfo/dil/mapper/RmsSupplierMapper.xml

@@ -725,7 +725,7 @@
     </set>
     where SUPPLIER_ID = #{supplierId,jdbcType=DECIMAL}
   </update>
-  <select id="selectByPrimaryKey" parameterType="java.lang.Short" resultMap="BaseResultMap">
+  <select id="selectByPrimaryKey" parameterType="java.math.BigDecimal" resultMap="BaseResultMap">
     <include refid="select" />
     where SUPPLIER_ID = #{supplierId,jdbcType=DECIMAL}
   </select>