Commit e3daa23e authored by chenzhao's avatar chenzhao

提交代码

parent 03a65f93
......@@ -2101,7 +2101,7 @@ public class EquipmentSpecificSerivceImpl extends ServiceImpl<EquipmentSpecificM
@Override
public String updateEquipSpecificStatusByCheckInput( String id){
equipmentSpecificMapper.updateEquipSpecificStatusByCheckInput(id);
return equipmentSpecificMapper.updateEquipSpecificStatusByCheckInput(id);
}
}
......@@ -2324,11 +2324,11 @@
</select>
<update id="updateEquipSpecificStatus">
update wl_equipment_specific set equip_status = #{} where id = #{id}
update wl_equipment_specific set equip_status = #{status} where id = #{id}
</update>
<select id="updateEquipSpecificStatusByCheckInput">
<select id="updateEquipSpecificStatusByCheckInput" resultType="java.lang.String">
SELECT
ppc.equipment_id
FROM
......
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