Pārlūkot izejas kodu

智慧安防-安防人员今日值班情况

ZhangManMan 2 gadi atpakaļ
vecāks
revīzija
ac022a2e33

+ 1 - 1
src/main/java/com/sky/ioc/mapper/SecurityPersonMapper.java

@@ -13,7 +13,7 @@ import java.util.Map;
 @Mapper
 public interface SecurityPersonMapper extends BaseMapper<SecurityPerson> {
   @Select("<script>" +
-          " SELECT name,work_number,phone,type,duty.scope,duty_start_time,duty_end_time " +
+          " SELECT name,work_number,phone,type,duty.scope,duty_start_time,duty_end_time,photo " +
           "from security_person_duty duty LEFT JOIN security_person person on duty.security_person_id = person.id " +
           "where 1=1 " +
           "<if test='personParam!=null and personParam.type!=null'>" +