|
@@ -91,7 +91,7 @@ public interface SettingsDao {
|
|
" where zy_part_time_dept.dept_code = zd_unit_code.code) " +
|
|
" where zy_part_time_dept.dept_code = zd_unit_code.code) " +
|
|
" from zy_part_time_dept " +
|
|
" from zy_part_time_dept " +
|
|
" where zy_part_time_dept.code = a.code " +
|
|
" where zy_part_time_dept.code = a.code " +
|
|
- " for xml path('')), 1, 1, ''), doctor_zy, doctor_yp_zl, dualchnl_flag,practice_certificate " +
|
|
|
|
|
|
+ " for xml path('')), 1, 1, ''), doctor_zy, doctor_yp_zl, dualchnl_flag,practice_certificate,isnull(auto_daily,'0') auto_daily " +
|
|
"from a_employee_mi a " +
|
|
"from a_employee_mi a " +
|
|
" ${ew.customSqlSegment} ")
|
|
" ${ew.customSqlSegment} ")
|
|
IPage<UserInfo> selectAllUsers(IPage<UserInfo> page,
|
|
IPage<UserInfo> selectAllUsers(IPage<UserInfo> page,
|