Browse Source

Merge remote-tracking branch 'origin/ywx' into wn

ywx
王宁 20 hours ago
parent
commit
59f2d6b451

+ 2
- 2
smarking/src/main/resources/mapper/stupaper/MsPaperStudentQuestionMapper.xml View File

@@ -147,7 +147,7 @@
147 147
             </foreach>
148 148
         </trim>
149 149
         <if test="block.firstcime!=null and block.firstcime!=0">
150
-            <trim prefix="firstccore = case mptqid" suffix="end,">
150
+            <trim prefix=",firstccore = case mptqid" suffix="end,">
151 151
                <foreach collection="list" item="q" separator=" ">
152 152
                    when #{q.mptqid} then #{q.firstccore}
153 153
                </foreach>
@@ -155,7 +155,7 @@
155 155
             firstcid=#{block.firstcid},firstcime=#{block.firstcime}
156 156
         </if>
157 157
         <if test="block.secondctime!=null and block.secondctime!=0">
158
-            <trim prefix="secondcscore = case mptqid" suffix="end,">
158
+            <trim prefix=",secondcscore = case mptqid" suffix="end,">
159 159
                 <foreach collection="list" item="q" separator=" ">
160 160
                     when #{q.mptqid} then #{q.secondcscore}
161 161
                 </foreach>

Loading…
Cancel
Save