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