|
|
@ -23,7 +23,7 @@ public interface DfAnimalPlanMapper extends BaseMapper<DfAnimalPlan> { |
|
|
|
@Select("<script>" + |
|
|
|
"SELECT p.id, p.dike_code AS dikeCode, j.dike_name AS dikeName, p.name, p.type, j.dike_grad AS dikeGrad, j.dike_type AS dikeType, " + |
|
|
|
"p.instruction, p.month, p.frequency, p.cycle_type AS cycleType, p.is_reminder AS isReminder, p.reminder_time AS reminderTime, " + |
|
|
|
"p.other_config AS otherConfig, p.create_uid AS createUid, p.update_uid AS updateUid " + |
|
|
|
"p.other_config AS otherConfig, p.create_uid AS createUid, p.update_uid AS updateUid, p.create_time as createTime,p.update_time as updateTime " + |
|
|
|
"FROM bs_sgc_df_hdjh p " + |
|
|
|
"LEFT JOIN bs_sgc_df_jbxx j ON p.dike_code = j.dike_code " + |
|
|
|
"WHERE 1=1 " + |
|
|
|