@ -138,7 +138,7 @@
</select>
<!-- 获得打样单号 -->
<select id="getProofingNo" resultType="string" parameterType="ProofingInformationEntity">
<select id="getProofingNo" resultType="string" parameterType="com.spring.modules.proofing.entity.ProofingInformationEntity">
SELECT
Right('0000000000' + convert(VARCHAR(10), isnull(max(convert(INT, SUBSTRING(proofing_no, 3, 10))), 0) + 1), 8)
FROM plm_proofing_information