Browse Source

update bug修复

bzd_lxf 5 months ago
parent
commit
5c18805649

+ 1 - 1
health-admin/src/main/java/com/bzd/web/controller/DTP/coldDistributionController.java → health-admin/src/main/java/com/bzd/web/controller/DTP/ColdDistributionController.java

@@ -21,7 +21,7 @@ import java.util.List;
  */
 @Controller
 @RequestMapping("/dtp/cold")
-public class coldDistributionController extends BaseController {
+public class ColdDistributionController extends BaseController {
     private String prefix = "dtp/cold";
 
     @Autowired

+ 5 - 4
health-admin/src/main/resources/static/health/css/input-styles.css

@@ -6,12 +6,13 @@
 /* 基本样式 */
 .styled-input {
 	/*display: block; /* 使其独占一行 */
-	width: 300px; /* 宽度为容器宽度 */
-	padding: 5px; /* 内边距 */
-	font-size: 16px; /* 字体大小 */
+	width: 200px; /* 宽度为容器宽度 */
+	height: 30px;
+	padding: 6px; /* 内边距 */
+	font-size: 14px; /* 字体大小 */
 	color: #333; /* 字体颜色 */
 	/*background-color: #fff; !* 背景颜色 *!*/
-	border: 1px solid; /* 边框 */
+	border: 1px solid #ccc; /* 边框 */
 	border-radius: 4px; /* 圆角边框 */
 	outline: none; /* 移除轮廓 */
 	transition: all 0.3s ease; /* 过渡动画 */

+ 2 - 0
health-admin/src/main/resources/templates/dtp/recipe/add.html

@@ -291,3 +291,5 @@
 </script>
 </body>
 </html>
+
+

+ 1 - 1
health-admin/src/main/resources/templates/index.html

@@ -27,7 +27,7 @@
         </div>
         <a th:href="@{/index}">
             <li class="logo hidden-xs">
-                <span class="logo-lg">Index</span>
+                <span class="logo-lg">英招在康</span>
             </li>
          </a>
         <div class="sidebar-collapse">

+ 1 - 1
health-system/src/main/resources/mapper/system/RecipeRegisterMapper.xml

@@ -22,7 +22,7 @@ PUBLIC "-//mybatis.org//DTD Mapper 3.0//EN"
 			and gender=#{gender}
 		</if>
 		<if test="name!= null and name!=''">
-			and name=#{gender}
+			and name=#{name}
 		</if>
 		<if test="genericName!= null and genericName!=''">
 			and genericName=#{genericName}