|
@@ -58,7 +58,7 @@ public interface NationalMatchDao {
|
|
|
@Param("delFlag") int delFlag,
|
|
|
@Param("status") int status);
|
|
|
|
|
|
- @Select("select code,new_name as name,charge_unit as unit,type=#{type},discription,specification," +
|
|
|
+ @Select("select code,new_name as name,charge_unit as unit,type=#{type},discription,descriptions as specification," +
|
|
|
"startTime=(select start_time from t_si_dl_mdcn_sply where code=national_code)," +
|
|
|
"endTime=(select end_time from t_si_dl_mdcn_sply where code=national_code)," +
|
|
|
"national_code,uploaded_flag,national_name,yb_comment as factory from zd_charge_item " +
|