返回信息调整
Some checks failed
JslGroup/JslDeveloper/JSL_OrganizeInternalOA/pipeline/head There was a failure building this commit
Some checks failed
JslGroup/JslDeveloper/JSL_OrganizeInternalOA/pipeline/head There was a failure building this commit
This commit is contained in:
parent
61a4e2e592
commit
11c0349282
|
@ -15,7 +15,7 @@ public interface ProjectMapper {
|
||||||
|
|
||||||
@Insert("insert into organize_oa.oa_project " +
|
@Insert("insert into organize_oa.oa_project " +
|
||||||
"(name, description, principal_id, cycle,file,complete_time," +
|
"(name, description, principal_id, cycle,file,complete_time," +
|
||||||
"deadline,status,is_finish,tags,work_Load) " +
|
"deadline,status,is_finish,tags,work_load) " +
|
||||||
"value (#{name},#{description},#{principalId},#{cycle},#{file}" +
|
"value (#{name},#{description},#{principalId},#{cycle},#{file}" +
|
||||||
",#{completeTime},#{deadline},#{status},#{isFinish},#{tags},#{workLoad})")
|
",#{completeTime},#{deadline},#{status},#{isFinish},#{tags},#{workLoad})")
|
||||||
void projectAdd(ProjectInfoVO projectAdd);
|
void projectAdd(ProjectInfoVO projectAdd);
|
||||||
|
|
Loading…
Reference in New Issue
Block a user