fei.wang
2024-05-13 19fe5a3d816184549e8ffa011c39f218734da8d5
src/main/java/com/flow/mapper/DuanxinlogMapper.java
@@ -12,6 +12,6 @@
    List<Duanxinlog> FindDuanxinlog();
    @Select({"SELECT dispatchDate FROM tb_duanxinlog where number = #{Zong} ORDER BY dispatchDate DESC LIMIT 0 , 1"})
    @Select({"SELECT dispatchDate FROM tb_duanxinlog where identification = #{Zong} ORDER BY dispatchDate DESC LIMIT 0 , 1"})
    String userdate(String var1);
}