Commit 58580aaf authored by lenovo's avatar lenovo

代码整合

parent ee933e0e
......@@ -142,7 +142,7 @@ PUBLIC "-//mybatis.org//DTD Mapper 3.0//EN"
<where>
import_uuid = #{importUuid}
<if test="templateId != null "> and template_id = #{templateId}</if>
<if test="roleId != null and identifyingCode == 0"> and role_id = #{roleId}</if>
<if test="roleId != null and roleId == 0"> and role_id = #{roleId}</if>
<if test="identifyingCode != null "> and identifying_code = #{identifyingCode}</if>
</where>
</update>
......
......@@ -1769,6 +1769,7 @@ export default {
let jsonDataa = JSON.parse(data[i].historyContent);
for (let j = 0; j < jsonDataa.length; j++) {
let dataa=window.luckysheet.transToData(jsonDataa[j].celldata);
debugger
for (let k = 2; k < dataa.length; k++) {
if(dataa[k][1] == null){
continue;
......@@ -1967,6 +1968,7 @@ export default {
}
}
let b16 ;
if(datab[w][15] != null){
b16= datab[w][15].v;
if(b16 == undefined){
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment