Commit ae38293a by wangweidong

土工平台修改

parent 03d1c045
......@@ -1131,6 +1131,7 @@ public class SoilEntrustServiceImpl extends BaseServiceImpl<SoilEntrustMapper, S
break;
}
}
endEn=true;
}else if ("委托商".equals(cellValue)){
for (int m = j+1; m < lastCellNum; m++) {
......@@ -1180,7 +1181,6 @@ public class SoilEntrustServiceImpl extends BaseServiceImpl<SoilEntrustMapper, S
RestAssert.fail("水深请填写数字");
}
}
endEn=true;
break;
}
}
......
......@@ -3,7 +3,7 @@
<mapper namespace="com.patzn.cloud.service.lims.soil.mapper.SoilEntrustMapper">
<select id="listByContractId" resultType="com.patzn.cloud.service.soil.dto.SoilSampleDTO">
SELECT * FROM soil_sample WHERE deleted = 0 AND entrust_id =#{entrustId}
SELECT * FROM soil_sample WHERE deleted = 0 AND entrust_id =#{entrustId} ORDER BY sample_code DESC
</select>
<sql id="column">
......
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