Commit 0fa55d9a by zhaoxiaolei

updatesql

parent d4461006
......@@ -118,7 +118,7 @@
</insert>
<select id="findByCharacteristicName" resultType="cn.com.uitech.authorization.pojo.entity.Characteristic">
select * from super_characteristic_info where characteristic_name = #{characteristicName} and super_bom_code = #{superBomCode}
select * from super_characteristic_info where unis_sales_c_name = #{characteristicName} and super_bom_code = #{superBomCode}
</select>
<select id="getNameByCode" resultType="java.lang.String">
......
......@@ -282,7 +282,7 @@
</insert>
<select id="findByCharacteristicValueName" resultType="cn.com.uitech.authorization.pojo.entity.CharacteristicValue">
select * from super_characteristic_value_info where characteristic_code = #{characteristicName} and characteristic_value_name = #{characteristicValueName} and super_bom_code = #{superBomCode}
select * from super_characteristic_value_info where characteristic_code = #{characteristicName} and unis_sales_v_name = #{characteristicValueName} and super_bom_code = #{superBomCode}
</select>
<select id="getName" resultType="java.lang.String">
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment