필요없는 로직 삭제

This commit is contained in:
yoon 2025-02-17 10:32:29 +09:00
parent 5539432b61
commit 40932759a9

View File

@ -101,12 +101,4 @@
CMNCODODR != 0 CMNCODODR != 0
</select> </select>
<update id="updateColorYnp" parameterType="String">
UPDATE commoncod
SET CMNCODYNP = 1
WHERE CMNCODVAL = #{color};
</update>
</mapper> </mapper>