|
@@ -6,7 +6,7 @@
|
|
<select id="selectIds" resultType="java.lang.String">
|
|
<select id="selectIds" resultType="java.lang.String">
|
|
select *
|
|
select *
|
|
from simulation.simulation_manual_project
|
|
from simulation.simulation_manual_project
|
|
- where is_deleted = '0' or (is_deleted = '1' and modify_time >= DATE_SUB(CURDATE(), INTERVAL 30 DAY));
|
|
|
|
|
|
+ where is_deleted = '0';
|
|
</select>
|
|
</select>
|
|
|
|
|
|
</mapper>
|
|
</mapper>
|