Commit 4e7eec54 by wangweidong

土工平台修改

parent f1d4696b
......@@ -29,6 +29,9 @@
<if test="null!=vo.client">
AND client LIKE CONCAT('%',#{vo.client},'%')
</if>
<if test="null!=vo.code">
AND code LIKE CONCAT('%',#{vo.code},'%')
</if>
<if test="null!=vo.testSide">
AND test_side LIKE CONCAT('%',#{vo.testSide},'%')
</if>
......
CREATE TABLE "public"."standard_annex" (
CREATE TABLE "public"."standard_annex" (
......@@ -37,3 +37,9 @@ ALTER TABLE "public"."contract_ok_organizer"
ADD COLUMN "contract_sample_id" int8;
COMMENT ON COLUMN "public"."contract_ok_organizer"."contract_sample_id" IS '合同ID';
ALTER TABLE "public"."entrust_sample"
ADD COLUMN "sample_from" varchar(255);
COMMENT ON COLUMN "public"."entrust_sample"."sample_from" IS '样品来源';
\ No newline at end of file
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