zhangbin 1 rok pred
rodič
commit
71f1d43cdb

+ 1 - 1
jpcj-service/src/main/resources/mapper/rule/TAppExamRuleMapper.xml

@@ -38,7 +38,7 @@ PUBLIC "-//mybatis.org//DTD Mapper 3.0//EN"
     </sql>
 
     <sql id="selectTAppExamRuleNewVo">
-        select * from t_app_exam_rule
+        select * from t_app_exam_rule_new
     </sql>
 
     <select id="selectTAppExamRuleList" parameterType="TAppExamRule" resultMap="TAppExamRuleResult">