网站首页 站内搜索

搜索结果

查询Tags标签: 职满,共有 2条记录
  • 查询员工是否有入职满三年 sql

    <select id="selctBeanInfo" resultType="com.cn.UserInfo"parameterType="java.lang.Integer">select *from user_infowhere status = 0and TIMESTAMPDIFF(DAY,date_add(add_time, interval 3 YEAR),NOW())>= 0</select>

    2021/9/30 19:15:11 人评论 次浏览
  • 查询员工是否有入职满三年 sql

    <select id="selctBeanInfo" resultType="com.cn.UserInfo"parameterType="java.lang.Integer">select *from user_infowhere status = 0and TIMESTAMPDIFF(DAY,date_add(add_time, interval 3 YEAR),NOW())>= 0</select>

    2021/9/30 19:15:11 人评论 次浏览
扫一扫关注最新编程教程