mapper中数据库名修改

master 28
hshansha 7 months ago
parent b82aabfe0b
commit e507e2572a

@ -60,7 +60,7 @@ PUBLIC "-//mybatis.org//DTD Mapper 3.0//EN"
</select>
<select id="getWoIdSet" resultType="java.lang.Long">
SELECT DISTINCT wo_id FROM sgr_baohuo_worktime
SELECT DISTINCT wo_id FROM pay_baohuo_worktime
<where>
<if test="empId != null">
AND emp_id = #{empId}

Loading…
Cancel
Save