parent
6c39508368
commit
b0161479a7
|
|
@ -39,6 +39,7 @@ PUBLIC "-//mybatis.org//DTD Mapper 3.0//EN"
|
|||
and date_format(create_time,'%y%m%d') <= date_format(#{params.endTime},'%y%m%d')
|
||||
</if>
|
||||
</where>
|
||||
order by update_time desc ,dict_id desc
|
||||
</select>
|
||||
|
||||
<select id="selectDictTypeAll" resultMap="SysDictTypeResult">
|
||||
|
|
|
|||
|
|
@ -173,14 +173,15 @@ export default {
|
|||
|
||||
.content_div{
|
||||
float: left;
|
||||
width: 88%;
|
||||
width: 75%;
|
||||
text-shadow: 2px 2px 2px grey;
|
||||
}
|
||||
.source_div{
|
||||
float: left;
|
||||
padding-top: 70px;
|
||||
width: 12%;
|
||||
width: 25%;
|
||||
text-shadow: 2px 2px 2px grey;
|
||||
text-align :right
|
||||
}
|
||||
|
||||
</style>
|
||||
|
|
|
|||
Loading…
Reference in New Issue